Skip to content

Commit 7400e4c

Browse files
authored
Merge pull request #125 from BitGo/VL-3317-4
fix: ghcr repo name must be lowercase
2 parents 93ff37e + 2213be5 commit 7400e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-to-ghcr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
context: .
124124
push: true
125125
tags: |
126-
ghcr.io/${{ github.repository }}:${{ needs.get-context.outputs.new-version }}
127-
ghcr.io/${{ github.repository }}:latest
126+
ghcr.io/bitgo/advanced-wallets:${{ needs.get-context.outputs.new-version }}
127+
ghcr.io/bitgo/advanced-wallets:latest
128128
build-args: |
129129
BUILD_VERSION=${{ needs.get-context.outputs.new-version }}
130130
BUILD_DATE=${{ github.event.repository.updated_at }}

0 commit comments

Comments
 (0)