Skip to content

Commit

Permalink
registry change
Browse files Browse the repository at this point in the history
  • Loading branch information
impimp committed Oct 6, 2020
1 parent 04d67db commit f00ec39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit f00ec39

Please sign in to comment.