This repository was archived by the owner on Apr 30, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
password : ${{ secrets.QUAYIO_OCPMETAL_PASSWORD }}
39
39
registry : quay.io
40
40
dockerfile : Dockerfile
41
- tags : ' latest ,${{ github.sha }}'
41
+ tags : ' latestdev ,${{ github.sha }}'
42
42
- name : Publish integration tests to quay.io
43
43
uses : elgohr/Publish-Docker-Github-Action@2.14
44
44
with :
47
47
password : ${{ secrets.QUAYIO_OCPMETAL_PASSWORD }}
48
48
registry : quay.io
49
49
dockerfile : Dockerfile.cypress
50
- tags : ' latest ,${{ github.sha }}'
50
+ tags : ' latestdev ,${{ github.sha }}'
Original file line number Diff line number Diff line change 38
38
password : ${{ secrets.QUAYIO_OCPMETAL_PASSWORD }}
39
39
registry : quay.io
40
40
dockerfile : Dockerfile
41
- tags : ' ${{ env.GIT_TAG }},${{ github.sha }}'
41
+ tags : ' latest, ${{ env.GIT_TAG }},${{ github.sha }}'
42
42
- name : Publish integration tests to quay.io
43
43
uses : elgohr/Publish-Docker-Github-Action@2.14
44
44
with :
47
47
password : ${{ secrets.QUAYIO_OCPMETAL_PASSWORD }}
48
48
registry : quay.io
49
49
dockerfile : Dockerfile.cypress
50
- tags : ' ${{ env.GIT_TAG }},${{ github.sha }}'
50
+ tags : ' latest, ${{ env.GIT_TAG }},${{ github.sha }}'
You can’t perform that action at this time.
0 commit comments