Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
fix docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Sep 26, 2019
1 parent 72f33aa commit 6a53e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Build the Docker image
run: docker build -t docker.pkg.github.com/tubone24/ebook_homebrew/ebook-homebrew docker
- name: Docker Login for GitHub Packages
run: docker login --username tubone24 --password ${{ secrets.GITHUB_DOCKER_PUSH_TOKEN }}
run: docker login docker.pkg.github.com --username tubone24 --password ${{ secrets.GITHUB_DOCKER_PUSH_TOKEN }}
- name: Push image GitHub Packages
run: docker push docker.pkg.github.com/tubone24/ebook_homebrew/ebook-homebrew

0 comments on commit 6a53e83

Please sign in to comment.