Skip to content

Commit

Permalink
fix Dockerfile file
Browse files Browse the repository at this point in the history
  • Loading branch information
bfleisch authored Apr 5, 2024

Verified

This commit was signed with the committer’s verified signature.
JonasKunz Jonas Kunz
1 parent 018c5d6 commit b9bfade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./Dockerfile
file: ./Dockerfile.dev
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit b9bfade

Please sign in to comment.