Skip to content

Commit 6959eab

Browse files
committed
Update GHA workflow
1 parent 63cdf89 commit 6959eab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-container.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,14 @@ jobs:
124124
with:
125125
images: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}/${{ inputs.image_name }}
126126

127+
- name: Check metadata for tags
128+
if: |
129+
(env.BUILD_IMAGE == 'true' || inputs.force == true) &&
130+
steps.check-dockerfile.outputs.exists == 'true'
131+
run: |
132+
echo "Tags: ${{ steps.meta.outputs.tags }}"
133+
echo "Labels: ${{ steps.meta.outputs.labels }}"
134+
127135
- name: Set up Docker Buildx
128136
if: |
129137
(env.BUILD_IMAGE == 'true' || inputs.force == true) &&

0 commit comments

Comments
 (0)