Skip to content

Commit

Permalink
Fix Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Jul 4, 2024
1 parent 7c582f6 commit fbf7c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
file: ../../Dockerfile
file: Dockerfile
push: true
platforms: 'linux/amd64'
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit fbf7c34

Please sign in to comment.