Skip to content

Commit

Permalink
FIX: Race condition between release and image build
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmcal committed Sep 14, 2024
1 parent 7491728 commit 3b729bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
name: Release
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_release.yml@v0
secrets: inherit
needs: tag
needs:
- tag
with:
tag: ${{needs.tag.outputs.version}}
reference: ${{ github.sha }}
Expand All @@ -28,7 +29,7 @@ jobs:
name: Build
uses: gmmcal/gmmcal-reusable-workflows/.github/workflows/_docker.yml@v0
needs:
- tag
- release
secrets: inherit
with:
name: Production
Expand Down

0 comments on commit 3b729bc

Please sign in to comment.