Skip to content

Commit

Permalink
test crane
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Jul 1, 2022
1 parent 1fa3e59 commit 65c62d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:

- name: Push image
env:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
run: |
docker save dmitriylewen/test2:ci > test.tar
crane auth login index.docker.io -u "$DOCKERHUB_USER" -p "$DOCKERHUB_TOKEN"
crane auth login index.docker.io -u "${{ secrets.DOCKERHUB_USER }}" -p "$DOCKERHUB_TOKEN"
crane push test.tar dmitriylewen/test2:ci

0 comments on commit 65c62d6

Please sign in to comment.