Skip to content

Commit 998a213

Browse files
authored
Merge pull request #121 from BitGo/VL-3317-2
fix(gha): push to ghcr.io not docker.io
2 parents 99149d9 + 0774bfb commit 998a213

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ jobs:
118118
with:
119119
context: .
120120
push: true
121-
tags: "${{ needs.get-context.outputs.new-version }},latest"
121+
tags: |
122+
ghcr.io/${{ github.repository }}:${{ needs.get-context.outputs.new-version }}
123+
ghcr.io/${{ github.repository }}:latest
122124
build-args: |
123125
BUILD_VERSION=${{ needs.get-context.outputs.new-version }}
124126
BUILD_DATE=${{ github.event.repository.updated_at }}

0 commit comments

Comments
 (0)