From 01e296e794c4619714adaa13446f97de852792d4 Mon Sep 17 00:00:00 2001 From: Alan Clucas Date: Wed, 17 Feb 2021 10:42:20 +0000 Subject: [PATCH] Add :stable to image builds of releases --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 75a82c5..e260997 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,4 +50,5 @@ jobs: platforms: linux/amd64, linux/arm64 tags: | ghcr.io/joibel/argocd-vault-replacer:${{ env.GIT_TAG_NAME }} + ghcr.io/joibel/argocd-vault-replacer:stable ghcr.io/joibel/argocd-vault-replacer:latest