Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 7, 2024
1 parent 9fc9dd7 commit 94bdcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-ghcr-image-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
packages: write
needs:
- extract-service
runs-on: ubuntu-latest
uses:
./.github/workflows/callable-create-ghcr-image-from-tag.yml
uses: ./.github/workflows/callable-create-ghcr-image-from-tag.yml
with:
tag: ${{ needs.extract-service.outputs.service }}/v${{ needs.extract-service.outputs.version }}
service: ${{ needs.extract-service.outputs.service }}
4 changes: 1 addition & 3 deletions .github/workflows/create-release-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ jobs:
publish-ghcr-image:
permissions:
contents: write
runs-on: ubuntu-latest
needs:
- extract-service
uses:
./.github/workflows/callable-create-release-from-tag.yml
uses: ./.github/workflows/callable-create-release-from-tag.yml
with:
tag: ${{ needs.extract-service.outputs.service }}/v${{ needs.extract-service.outputs.version }}
service: ${{ needs.extract-service.outputs.service }}

0 comments on commit 94bdcbe

Please sign in to comment.