Skip to content

Commit a71799d

Browse files
author
jjstratton
committed
updated tag
1 parent c22ad7d commit a71799d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prod-promote.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
working-directory: ${{env.WORKING_DIRECTORY}}
3131
run: |
3232
docker pull artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:test
33+
docker tag artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:test artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:prod
34+
3335
3436
- name: Docker Push Prod Image To Artifactory
3537
working-directory: ${{env.WORKING_DIRECTORY}}

0 commit comments

Comments
 (0)