mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 19:48:34 +00:00
fix(workflows): fix docker image publish flow (#2580)
Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
4
.github/workflows/atlantis-image.yml
vendored
4
.github/workflows/atlantis-image.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/atlantis:${{ env.RELEASE_VERSION }}
|
||||
ghcr.io/${{ github.repository_owner }}/atlantis:latest
|
||||
ghcr.io/${{ github.repository_owner }}/atlantis:prerelease-latest
|
||||
|
||||
- name: Build and push atlantis:${{ env.RELEASE_VERSION }} image for stable release
|
||||
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && (!contains(github.ref, '-pre.')) }}
|
||||
@@ -74,4 +74,4 @@ jobs:
|
||||
push: true
|
||||
tags: |
|
||||
ghcr.io/${{ github.repository_owner }}/atlantis:${{ env.RELEASE_VERSION }}
|
||||
ghcr.io/${{ github.repository_owner }}/atlantis:prerelease-latest
|
||||
ghcr.io/${{ github.repository_owner }}/atlantis:latest
|
||||
|
||||
Reference in New Issue
Block a user