Skip to content

Commit

Permalink
build: make sure Docker image is never pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Sep 18, 2023
1 parent 4e91825 commit 070fc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build and push 📤
uses: docker/build-push-action@v4
with:
push: ${{ github.event_name != 'pull_request' }}
push: false
tags: ${{ steps.prep.outputs.tags }}
labels: |
org.opencontainers.image.source=${{ github.event.repository.html_url }}
Expand Down

0 comments on commit 070fc92

Please sign in to comment.