Skip to content

Commit

Permalink
Push docker to index.docker.io
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Dec 3, 2019
1 parent 5978c97 commit d38c9f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@master
- name: docker login
run: |
docker login docker.pkg.github.com --username wendigo --password "${GITHUB_PACKAGE_REGISTRY_TOKEN}"
env:
GITHUB_PACKAGE_REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: azure/docker-login@v1
with:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
-
name: setup-go
uses: actions/setup-go@v1
Expand Down
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ dockers:
binaries:
- chrome-protocol-proxy
image_templates:
- "docker.pkg.github.com/wendigo/chrome-protocol-proxy/chrome-protocol-proxy:latest"
- "docker.pkg.github.com/wendigo/chrome-protocol-proxy/chrome-protocol-proxy:{{ .Tag }}"
- "docker.pkg.github.com/wendigo/chrome-protocol-proxy/chrome-protocol-proxy:v{{ .Major }}"
- "wendigo/chrome-protocol-proxy:latest"
- "wendigo/chrome-protocol-proxy:{{ .Tag }}"
- "wendigo/chrome-protocol-proxy:v{{ .Major }}"
skip_push: false
dockerfile: Dockerfile
build_flag_templates:
Expand Down

0 comments on commit d38c9f5

Please sign in to comment.