Skip to content

Commit

Permalink
Update build-n-push-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone authored Jul 10, 2024
1 parent 0d8f064 commit 35400da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
# Get Docker image with sha256.
#
- name: Get Docker image with sha256
run: echo "image_sha256=$(docker image inspect -f '{{index .RepoDigests 0}}' ghcr.io/${{ github.repository }}:$BRANCH_NAME)" >> "$GITHUB_ENV"
run: echo "image_sha256= $(docker image inspect -f '{{index .RepoDigests 0}}' ghcr.io/${{ github.repository }}:${{ env.BRANCH_NAME }})" >> "$GITHUB_ENV"

#
# Login to Azure.
Expand Down

0 comments on commit 35400da

Please sign in to comment.