Skip to content

Commit aae81e7

Browse files
committed
Fix push yaml.
1 parent f03e081 commit aae81e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: docker/build-push-action@v6
9797
with:
9898
context: .
99-
push: github.event_name != 'pull_request'
99+
push: true
100100
platforms: linux/amd64
101101
tags: ${{ steps.meta.outputs.tags }}
102102
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)