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

Commit

Permalink
fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Sep 26, 2019
1 parent bcfd3d6 commit 72f33aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: My first action
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_DOCKER_PUSH_TOKEN }}
- 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 $GITHUB_TOKEN
run: docker login --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 72f33aa

Please sign in to comment.