Skip to content

Commit

Permalink
requires prepare step
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Jan 21, 2025
1 parent c2246c5 commit fcf491c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ jobs:

release-docker:
name: Release Docker
needs: prepare
uses: ./.github/workflows/docker-publish.yml
env:
TAG_NAME: ${{ (env.IS_NIGHTLY == 'true' && 'nightly') || needs.prepare.outputs.tag_name }}
uses: ./.github/workflows/docker-publish.yml

release:
permissions:
Expand Down

0 comments on commit fcf491c

Please sign in to comment.