Skip to content

Commit

Permalink
Fix Dockerfile path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Apr 9, 2024
1 parent ca5cbcc commit 6d7a9ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./docker/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
build-args: |
Expand Down

0 comments on commit 6d7a9ed

Please sign in to comment.