From b3a5a1d2feba48f9628cc79c372f364277a32720 Mon Sep 17 00:00:00 2001 From: Miguel Duarte Barroso Date: Thu, 9 May 2024 18:06:47 +0200 Subject: [PATCH] ci, img build: build a latest image This way, we're more efficient with the size of the registry. Signed-off-by: Miguel Duarte Barroso --- .github/workflows/publish-img.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-img.yaml b/.github/workflows/publish-img.yaml index 8355a206..2ac8cc1b 100644 --- a/.github/workflows/publish-img.yaml +++ b/.github/workflows/publish-img.yaml @@ -45,7 +45,7 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ github.repository }}:${{ env.git_commit_hash }} + tags: ghcr.io/${{ github.repository }}:latest file: Dockerfile - name: Push stable container image