Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 09cd4c4

Browse files
fix(ci): fix incorrect placement of values
1 parent 0699e51 commit 09cd4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ jobs:
178178
uses: ./.github/workflows/sfpowerscripts-copy-docker.yml
179179
with:
180180
job-environment: 'sfpowerscripts-prod-docker'
181+
image: sfp-lite-rc
182+
image-as: sfp-lite
181183
secrets:
182184
username: ${{ secrets.DOCKER_USERNAME }}
183185
token: ${{ secrets.DOCKER_SECRET }}
184186
signing_secret: ${{ secrets.SIGNING_SECRET }}
185187
cosign_password: ${{ secrets.COSIGN_PASSWORD }}
186-
image: sfp-lite-rc
187-
image-as: sfp-lite
188188
needs: [ build-docker ]
189189

190190

0 commit comments

Comments
 (0)