Skip to content

Commit

Permalink
Always push (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
5kt authored Jun 5, 2024
1 parent 3669efc commit 1dd896e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
version: latest
endpoint: builders
- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
registry: ${{ env.registry }}
Expand All @@ -71,6 +70,6 @@ jobs:
with:
context: .
platforms: ${{ env.platforms }}
push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 1dd896e

Please sign in to comment.