Skip to content

Commit

Permalink
Fix Dockerfile used for publishing Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Jul 9, 2024
1 parent d275d6d commit bb45b6b
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-hpu
push: true
platforms: 'linux/amd64'
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit bb45b6b

Please sign in to comment.