From a5461f449def73d1eaf4daecc15bf76b4306dcaf Mon Sep 17 00:00:00 2001 From: vrenaville Date: Wed, 3 Jul 2024 13:16:30 +0200 Subject: [PATCH] fix: trigger build on every github action run --- .github/workflows/release-please.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index b4217eb..12901b5 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -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