We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cdf89 commit 6959eabCopy full SHA for 6959eab
.github/workflows/build-container.yaml
@@ -124,6 +124,14 @@ jobs:
124
with:
125
images: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}/${{ inputs.image_name }}
126
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
+
135
- name: Set up Docker Buildx
136
if: |
137
(env.BUILD_IMAGE == 'true' || inputs.force == true) &&
0 commit comments