Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Dec 2, 2024
1 parent 37c8e24 commit c5c2fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
snapshot: true
dockerfile: build/Dockerfile
dockerfile: Dockerfile
tags: "latest,v${{ needs.semantic-release.outputs.release-version }}"

0 comments on commit c5c2fbf

Please sign in to comment.