Skip to content

Commit

Permalink
[ISSUE-3503] build Docker Image in CI bug fixed (#3505)
Browse files Browse the repository at this point in the history
Co-authored-by: benjobs <[email protected]>
  • Loading branch information
wolfboys and benjobs authored Jan 21, 2024
1 parent 99d5364 commit 9ad375d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
file: deploy/docker/Dockerfile
file: docker/Dockerfile
platforms: linux/amd64,linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 9ad375d

Please sign in to comment.