Skip to content

Commit

Permalink
And another API change in the GH docker Action. This time, dockerfile…
Browse files Browse the repository at this point in the history
… param is no longer valid. In hindsight, GH Actions seem to be the worst choice when you want to publish your images to Docker Hub.
  • Loading branch information
mplogas committed Jun 30, 2024
1 parent 59ede69 commit 6b768f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
dockerfile: ./Dockerfile
#dockerfile: ./Dockerfile
push: true
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 6b768f0

Please sign in to comment.