From 934ec6e5e6533f086c39781e45a975da7e9277bf Mon Sep 17 00:00:00 2001 From: Younes Date: Mon, 16 Dec 2024 19:39:03 +0100 Subject: [PATCH] chore: update github workflow --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 704957b2..49396644 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ concurrency: on: push: - branches: [staging] + branches: [staging, main] workflow_dispatch: jobs: @@ -37,7 +37,7 @@ jobs: file: ./Dockerfile context: . push: true - tags: ghcr.io/${{ github.repository }}/espectateur:staging + tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }} cache-from: type=gha cache-to: type=gha,mode=max build-args: |