Skip to content

Commit

Permalink
CI to ghcr only at workflow-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 14, 2024
1 parent 8650fec commit 602186f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ${{ matrix.config.context }}
push: true
push: ${{ github.event_name == 'workflow_dispatch' }}
tags: "ghcr.io/bnosac/blackbar-${{ matrix.config.tag }}:${{ env.VERSION }}"
file: ${{ matrix.config.dockerfile }}

Expand Down

0 comments on commit 602186f

Please sign in to comment.