From c8e02d8da4bce09a76cd4c390a7c1e561a50f36e Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Sat, 13 Jan 2024 14:07:33 +0100 Subject: [PATCH] ci: fix docker tag (#17) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1aa183d..476523a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | - ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest + latest - name: Build and push Docker image uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4 with: