Skip to content

Commit f00ec39

Browse files
committed
registry change
1 parent 04d67db commit f00ec39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Login to GitHub Container Registry
7272
uses: docker/login-action@v1
7373
with:
74-
registry: ghcr.io
74+
registry: docker.pkg.github.com
7575
username: ${{ github.repository_owner }}
7676
password: ${{ secrets.CR_PAT }}
7777
- name: Build and push
@@ -82,6 +82,6 @@ jobs:
8282
platforms: linux/amd64
8383
push: true
8484
tags: |
85-
ghcr.io/percona-lab/go-tpcc/go-tpcc:latest
86-
ghcr.io/percona-lab/go-tpcc/go-tpcc:${{ steps.get_version.outputs.VERSION }}
85+
docker.pkg.github.com/percona-lab/go-tpcc/go-tpcc:latest
86+
docker.pkg.github.com/percona-lab/go-tpcc/go-tpcc:${{ steps.get_version.outputs.VERSION }}
8787

0 commit comments

Comments
 (0)