Skip to content

Commit 47c521c

Browse files
committed
fix(workflow): fixed image pushing in ghcr.io
1 parent 4e6559c commit 47c521c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
uses: docker/build-push-action@v6
4949
with:
5050
context: .
51+
push: true
5152
tags: ${{ steps.meta.outputs.tags }}
5253
labels: ${{ steps.meta.outputs.labels }}
5354
cache-from: type=gha

0 commit comments

Comments
 (0)