Skip to content

Commit

Permalink
Merge pull request #329 from flanksource/fix-dockerfile-path
Browse files Browse the repository at this point in the history
chore: fix dockerfile path in workflow
  • Loading branch information
yashmehrotra authored Dec 6, 2023
2 parents 7fd0755 + af867f6 commit 634b608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
snapshot: true
dockerfile: build/Dockerfile
tags: "latest,v${{ needs.semantic-release.outputs.release-version }}"
helm:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 634b608

Please sign in to comment.