Skip to content

Commit 5eddcc2

Browse files
committed
chore: fix more duplicate env's
1 parent 0527700 commit 5eddcc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ jobs:
199199
type=semver,pattern={{major}}.{{minor}}
200200
type=semver,pattern={{major}}
201201
- name: Create manifest list and push
202-
env:
203-
FULLY_QUALIFIED_IMAGE_NAME: ${{ needs.sanitize-inputs.outputs.fully-qualified-image-name }}
204202
run: |
205203
import os
206204
import json
@@ -220,6 +218,7 @@ jobs:
220218
print(' '.join(command))
221219
subprocess.run(command, check=True)
222220
env:
221+
FULLY_QUALIFIED_IMAGE_NAME: ${{ needs.sanitize-inputs.outputs.fully-qualified-image-name }}
223222
METADATA_JSON: ${{ steps.metadata.outputs.json }}
224223
shell: python
225224
working-directory: ${{ runner.temp }}/digests

0 commit comments

Comments
 (0)