When pushing tags, we must not overwrite the ":latest" container image
tag. Otherwise bugfix tags overwrite the tag that should point to the
latest master version.
Signed-off-by: Felix Moessbauer <
felix.mo...@siemens.com>
---
.github/workflows/release.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f4b5f3237..ac3e0a3e6 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -41,7 +41,6 @@ jobs:
provenance: false
outputs: type=registry,rewrite-timestamp=true
tags: |
-
ghcr.io/${{ github.repository }}/${{ matrix.image-name }}
ghcr.io/${{ github.repository }}/${{ matrix.image-name }}:${{ env.RELEASE_VERSION }}
ghcr.io/${{ github.repository }}/${{ matrix.image-name }}:latest-release
annotations: ${{ env.DOCKER_METADATA_OUTPUT_ANNOTATIONS }}
--
2.51.0