Skip to content

Commit

Permalink
fix: only push images if ref is master
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Oct 1, 2024
1 parent fa3b396 commit b727f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
make all
- name: "Push images"
if: ${{ github.ref == 'refs/heads/master' }}
env:
PUSH_DOCKER_HUB: true
PUSH_GHCR: true
run: |
make all
if: github.ref == 'master'

0 comments on commit b727f86

Please sign in to comment.