We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93ff37e + 2213be5 commit 7400e4cCopy full SHA for 7400e4c
.github/workflows/release-to-ghcr.yaml
@@ -123,8 +123,8 @@ jobs:
123
context: .
124
push: true
125
tags: |
126
- ghcr.io/${{ github.repository }}:${{ needs.get-context.outputs.new-version }}
127
- ghcr.io/${{ github.repository }}:latest
+ ghcr.io/bitgo/advanced-wallets:${{ needs.get-context.outputs.new-version }}
+ ghcr.io/bitgo/advanced-wallets:latest
128
build-args: |
129
BUILD_VERSION=${{ needs.get-context.outputs.new-version }}
130
BUILD_DATE=${{ github.event.repository.updated_at }}
0 commit comments