This repository was archived by the owner on Apr 30, 2023. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
cmd : lint
22
22
- name : Get tag
23
23
id : get_tag
24
- run : echo ::set-env name=GIT_TAG::${GITHUB_REF/ refs\ /tags\/ /}
24
+ run : echo ::set-env name=GIT_TAG::${GITHUB_REF# refs/tags/}
25
25
- name : Build code
26
26
uses : borales/actions-yarn@v2.0.0
27
27
env :
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 21
21
cmd : lint
22
22
- name : Get tag
23
23
id : get_tag
24
- run : echo ::set-env name=GIT_TAG::${GITHUB_REF/ refs\ /tags\/ /}
24
+ run : echo ::set-env name=GIT_TAG::${GITHUB_REF# refs/tags/}
25
25
- name : Build code
26
26
uses : borales/actions-yarn@v2.0.0
27
27
env :
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