Skip to content

Commit

Permalink
chore: update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Dec 16, 2024
1 parent 0a2ac41 commit 934ec6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ concurrency:

on:
push:
branches: [staging]
branches: [staging, main]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 934ec6e

Please sign in to comment.