Skip to content
This repository was archived by the owner on Apr 30, 2023. It is now read-only.

Commit 8def984

Browse files
committed
Change :latest for releases only
There is newly :latestdev container tag for builds on master.
1 parent bd4db7f commit 8def984

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/mergeToMaster.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.QUAYIO_OCPMETAL_PASSWORD }}
3939
registry: quay.io
4040
dockerfile: Dockerfile
41-
tags: 'latest,${{ github.sha }}'
41+
tags: 'latestdev,${{ github.sha }}'
4242
- name: Publish integration tests to quay.io
4343
uses: elgohr/Publish-Docker-Github-Action@2.14
4444
with:
@@ -47,4 +47,4 @@ jobs:
4747
password: ${{ secrets.QUAYIO_OCPMETAL_PASSWORD }}
4848
registry: quay.io
4949
dockerfile: Dockerfile.cypress
50-
tags: 'latest,${{ github.sha }}'
50+
tags: 'latestdev,${{ github.sha }}'

Diff for: .github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.QUAYIO_OCPMETAL_PASSWORD }}
3939
registry: quay.io
4040
dockerfile: Dockerfile
41-
tags: '${{ env.GIT_TAG }},${{ github.sha }}'
41+
tags: 'latest,${{ env.GIT_TAG }},${{ github.sha }}'
4242
- name: Publish integration tests to quay.io
4343
uses: elgohr/Publish-Docker-Github-Action@2.14
4444
with:
@@ -47,4 +47,4 @@ jobs:
4747
password: ${{ secrets.QUAYIO_OCPMETAL_PASSWORD }}
4848
registry: quay.io
4949
dockerfile: Dockerfile.cypress
50-
tags: '${{ env.GIT_TAG }},${{ github.sha }}'
50+
tags: 'latest,${{ env.GIT_TAG }},${{ github.sha }}'

0 commit comments

Comments
 (0)