Skip to content

Commit

Permalink
Merge pull request #23 from camptocamp/162
Browse files Browse the repository at this point in the history
fix: trigger build on every github action run
  • Loading branch information
vrenaville authored Jul 3, 2024
2 parents 21977d7 + a5461f4 commit be96617
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 be96617

Please sign in to comment.