Skip to content

Commit

Permalink
fix: avoid duplicate docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Oct 14, 2024
1 parent f56721d commit 77a6fbb
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 @@ -25,7 +25,6 @@ jobs:
release-container:
runs-on: ubuntu-latest
needs: release-please
if: ${{needs.release-please.outputs.release_created == 'true'}}
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down

0 comments on commit 77a6fbb

Please sign in to comment.