Skip to content

Commit

Permalink
Always push images
Browse files Browse the repository at this point in the history
  • Loading branch information
zlepper committed May 23, 2024
1 parent d4d644e commit 883f179
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Login to Docker
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
Expand Down Expand Up @@ -64,7 +63,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit 883f179

Please sign in to comment.