Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 81488f2

Browse files
committed
ci: fix docker ci
1 parent f1cc5ab commit 81488f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/build-push-action@v5
4545
with:
4646
context: .
47-
push: ${{ github.event_name == 'push tag' }}
47+
push: true
4848
tags: ${{ steps.meta.outputs.tags }}
4949
labels: ${{ steps.meta.outputs.labels }}
5050
restart:

0 commit comments

Comments
 (0)