Skip to content

Commit

Permalink
Refactor Docker deployment workflow to enable automatic push on all e…
Browse files Browse the repository at this point in the history
…vents
  • Loading branch information
xhofe committed Oct 16, 2024
1 parent 4401bf4 commit ab5e9b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
context: .
file: Dockerfile
# push: ${{ github.event_name == 'push' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 comments on commit ab5e9b7

Please sign in to comment.