Skip to content

Commit

Permalink
Merge pull request #395 from bcgov/updatedtags
Browse files Browse the repository at this point in the history
updated
  • Loading branch information
TayGov authored Oct 23, 2024
2 parents 25ab566 + 4a92262 commit f381ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/promote-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
working-directory: ${{env.WORKING_DIRECTORY}}
run: |
docker pull artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:test
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
- name: Docker Push Prod Image To Artifactory
working-directory: ${{env.WORKING_DIRECTORY}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/promote-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
working-directory: ${{env.WORKING_DIRECTORY}}
run: |
docker pull artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:dev
docker tag artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:dev artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:test
- name: Docker Push Test Image To Artifactory
working-directory: ${{env.WORKING_DIRECTORY}}
Expand Down

0 comments on commit f381ead

Please sign in to comment.