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 c22ad7d commit a71799dCopy full SHA for a71799d
.github/workflows/prod-promote.yaml
@@ -30,6 +30,8 @@ jobs:
30
working-directory: ${{env.WORKING_DIRECTORY}}
31
run: |
32
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
+
35
36
- name: Docker Push Prod Image To Artifactory
37
0 commit comments