Skip to content

Commit

Permalink
fix: trigger build on every github action run
Browse files Browse the repository at this point in the history
  • Loading branch information
vrenaville committed Jul 3, 2024
1 parent 21977d7 commit a5461f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Image Odyssey
uses: docker/build-push-action@v2
if: ${{ steps.release_please.outputs.release_created }}
with:
context: .
platforms: linux/amd64
Expand Down

0 comments on commit a5461f4

Please sign in to comment.