Skip to content

Commit

Permalink
fix github action docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wyt1215819315 committed Dec 15, 2023
1 parent c083ad2 commit a2a9282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: deploy/docker/Dockerfile
file: Dockerfile
platforms: linux/amd64,linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit a2a9282

Please sign in to comment.