Skip to content

Commit

Permalink
Login to mirror repo
Browse files Browse the repository at this point in the history
  • Loading branch information
greboid authored Apr 3, 2021
1 parent da86609 commit 36be61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
docker push $IMAGE_NAME:$VERSION
- name: Log into registry (mirror)
run: echo "${{ secrets.REG_HUB_TOKEN }}" | docker login -u "${{ secrets.REG_HUB_USER }}" --password-stdin
run: echo "${{ secrets.REG_HUB_TOKEN }}" | docker login repo.treescale.com -u "${{ secrets.REG_HUB_USER }}" --password-stdin

- name: Push image (mirror)
run: |
Expand Down

0 comments on commit 36be61b

Please sign in to comment.