From a038993e02a0ff68725f14eb0af7f3dfb4ab943d Mon Sep 17 00:00:00 2001 From: Matthew DeVenny Date: Wed, 2 Oct 2024 14:26:59 -0700 Subject: [PATCH] Add gha Signed-off-by: Matthew DeVenny --- .github/workflows/image-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-update.yaml b/.github/workflows/image-update.yaml index 30dd05d..1ae2bf5 100644 --- a/.github/workflows/image-update.yaml +++ b/.github/workflows/image-update.yaml @@ -234,7 +234,7 @@ jobs: - name: Tag latest if: ${{ matrix.image.version == matrix.image.latest }} run: | - regctl image copy ghcr.io/boxboat/${{ matrix.image.command }}:${{ matrix.version }} ghcr.io/boxboat/${{ matrix.image.command }}:latest + regctl image copy ghcr.io/boxboat/${{ matrix.image.command }}:${{ matrix.image.version }} ghcr.io/boxboat/${{ matrix.image.command }}:latest # helm: # strategy: