File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2626 username : ${{ secrets.EFILING_ARTIFACTORY_USERNAME }}
2727 password : ${{ secrets.EFILING_ARTIFACTORY_PASSWORD }}
2828
29+ - name : Backup Prod Image from Artifactory
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 }}:prod
33+ docker tag artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:prod artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:prod-backup
34+ docker push artifacts.developer.gov.bc.ca/efc7-${{ github.event.inputs.application }}/${{ github.event.inputs.application }}:prod-backup
35+
2936 - name : Docker Pull Test Image from Artifactory
3037 working-directory : ${{env.WORKING_DIRECTORY}}
3138 run : |
You can’t perform that action at this time.
0 commit comments