From f00ec3984d4e7f1b21f5382569a465c3c3cffd27 Mon Sep 17 00:00:00 2001 From: IP <27162227+impimp@users.noreply.github.com> Date: Tue, 6 Oct 2020 16:25:54 +0200 Subject: [PATCH] registry change --- .github/workflows/go.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b46fbf3..ba8b498 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -71,7 +71,7 @@ jobs: - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: - registry: ghcr.io + registry: docker.pkg.github.com username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} - name: Build and push @@ -82,6 +82,6 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/percona-lab/go-tpcc/go-tpcc:latest - 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 }} \ No newline at end of file