Skip to content

Commit ab5e9b7

Browse files
committed
Refactor Docker deployment workflow to enable automatic push on all events
1 parent 4401bf4 commit ab5e9b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
context: .
5151
file: Dockerfile
5252
# push: ${{ github.event_name == 'push' }}
53+
push: true
5354
tags: ${{ steps.meta.outputs.tags }}
5455
labels: ${{ steps.meta.outputs.labels }}
5556
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 commit comments

Comments
 (0)