diff --git a/.github/workflows/create-ghcr-image-from-tag.yml b/.github/workflows/create-ghcr-image-from-tag.yml index a8fe0dc0..ca8ac2b4 100644 --- a/.github/workflows/create-ghcr-image-from-tag.yml +++ b/.github/workflows/create-ghcr-image-from-tag.yml @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/create-release-from-tag.yml b/.github/workflows/create-release-from-tag.yml index 2f9cf0aa..cbc3ed93 100644 --- a/.github/workflows/create-release-from-tag.yml +++ b/.github/workflows/create-release-from-tag.yml @@ -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 }} \ No newline at end of file