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.
1 parent 04d67db commit f00ec39Copy full SHA for f00ec39
.github/workflows/go.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Login to GitHub Container Registry
72
uses: docker/login-action@v1
73
with:
74
- registry: ghcr.io
+ registry: docker.pkg.github.com
75
username: ${{ github.repository_owner }}
76
password: ${{ secrets.CR_PAT }}
77
- name: Build and push
@@ -82,6 +82,6 @@ jobs:
82
platforms: linux/amd64
83
push: true
84
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 }}
+ docker.pkg.github.com/percona-lab/go-tpcc/go-tpcc:latest
+ docker.pkg.github.com/percona-lab/go-tpcc/go-tpcc:${{ steps.get_version.outputs.VERSION }}
87
0 commit comments