Skip to content

Commit

Permalink
always push
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalfsten committed Oct 2, 2024
1 parent afc4672 commit 4a9bfa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
uses: docker/[email protected]
with:
context: docker/nextcloud-backup
push: ${{ github.event_name != 'pull_request' }}
#push: ${{ github.event_name != 'pull_request' }}
push: true
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
build-args: python_version=${{ matrix.python_version }}

0 comments on commit 4a9bfa0

Please sign in to comment.