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 0527700 commit 5eddcc2Copy full SHA for 5eddcc2
.github/workflows/wc-build-push.yml
@@ -199,8 +199,6 @@ jobs:
199
type=semver,pattern={{major}}.{{minor}}
200
type=semver,pattern={{major}}
201
- name: Create manifest list and push
202
- env:
203
- FULLY_QUALIFIED_IMAGE_NAME: ${{ needs.sanitize-inputs.outputs.fully-qualified-image-name }}
204
run: |
205
import os
206
import json
@@ -220,6 +218,7 @@ jobs:
220
218
print(' '.join(command))
221
219
subprocess.run(command, check=True)
222
env:
+ FULLY_QUALIFIED_IMAGE_NAME: ${{ needs.sanitize-inputs.outputs.fully-qualified-image-name }}
223
METADATA_JSON: ${{ steps.metadata.outputs.json }}
224
shell: python
225
working-directory: ${{ runner.temp }}/digests
0 commit comments