Chore: display docker tag in UI for ci test builds (#7083)

This commit is contained in:
shamoon
2024-06-26 20:02:52 -07:00
committed by GitHub
parent 0643db4347
commit 2b1498cc6d
2 changed files with 12 additions and 0 deletions

View File

@@ -406,6 +406,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
build-args: |
PNGX_TAG_VERSION=${{ steps.docker-meta.outputs.version }}
# Get cache layers from this branch, then dev
# This allows new branches to get at least some cache benefits, generally from dev
cache-from: |