Skip to content

Commit

Permalink
Merge pull request #23 from Azure/erleonard-patch-1
Browse files Browse the repository at this point in the history
github.repository variable needs to be lowercase
  • Loading branch information
erleonard authored Jan 10, 2025
2 parents e440b5c + e270ff8 commit 0d9d390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildPushImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
file: ./workshop/scenario_1/Dockerfile
push: true
tags: |
ghcr.io/${{github.repository}}/bitcoinero:latest
ghcr.io/${{github.repository}}/bitcoinero:${{ github.run_id }}
ghcr.io/${{ github.repository.toLowerCase() }}/bitcoinero:latest
ghcr.io/${{ github.repository.toLowerCase() }}/bitcoinero:${{ github.run_id }}

0 comments on commit 0d9d390

Please sign in to comment.