Skip to content

Commit

Permalink
fix(ci): 🐛 (#388) issues within ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Sep 24, 2023
1 parent 79f30d1 commit dd57314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ jobs:
packages: write
uses: ./.github/workflows/push_docker.yml
with:
tag: ${{ needs.release_please.outputs.tag_name }}
tag: ${{ needs.call_release_please.outputs.tag_name }}
secrets: inherit
call_release_test_docker_images:
if: ${{ needs.release_please.outputs.release_created }}
if: ${{ needs.call_release_please.outputs.release_created }}
needs:
- call_push_docker
- call_release_please
permissions:
packages: read
uses: ./.github/workflows/release_test_docker_images.yml
with:
tag: ${{ needs.release_please.outputs.tag_name }}
tag: ${{ needs.call_release_please.outputs.tag_name }}
secrets: inherit

0 comments on commit dd57314

Please sign in to comment.