Skip to content

Commit

Permalink
fix: Dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Sep 3, 2024
1 parent 3effcd8 commit c9da046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
- uses: int128/kaniko-action@v1
with:
push: true
file: ./docker/Dockerfile
file: Dockerfile
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
cache: true

0 comments on commit c9da046

Please sign in to comment.