From 9207311ecefa3303b49fc848e3625d03dcb34478 Mon Sep 17 00:00:00 2001 From: Younes Date: Mon, 16 Dec 2024 19:46:55 +0100 Subject: [PATCH] chore: update github workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49396644..2cedffb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: file: ./Dockerfile context: . push: true - tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }} + tags: ghcr.io/${{ github.repository }}/espectateur:${{github.ref_name}} cache-from: type=gha cache-to: type=gha,mode=max build-args: |