diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be7ee46..f874ef9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,8 @@ jobs: env: REGISTRY: ghcr.io REPO_PREFIX: ${{ format('azure/acr/dev/') }} - + outputs: + git_tag: ${{ steps.get_git_tag.outputs.git_tag }} steps: - name: Get Git Tag id: get_git_tag @@ -58,7 +59,7 @@ jobs: contents: read id-token: write # This is required for requesting the JWT from AAD. env: - TAG: ${{ needs.publish.outputs.get_git_tag.outputs.git_tag }} + TAG: ${{ needs.publish.outputs.git_tag }} steps: - name: 'Az CLI login' uses: azure/login@v1