Skip to content

Commit

Permalink
Fix typo in tags field
Browse files Browse the repository at this point in the history
  • Loading branch information
minpeter committed Mar 22, 2024
1 parent 6996d9d commit 2b13661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghr-image-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
file: ./Dockerfile
platforms: linux/arm64, linux/amd64
push: true
tags: ${{ env.REGISTRY_IMAGE }}:${{ github.sha }}, ${{ env.REGISTRY_IMAGE }}:{{ github.ref_name }}
tags: ${{ env.REGISTRY_IMAGE }}:${{ github.sha }}, ${{ env.REGISTRY_IMAGE }}:${{ github.ref_name }}
cache-from: type=gha
cache-to: type=gha,mode=min

0 comments on commit 2b13661

Please sign in to comment.