Skip to content

Commit

Permalink
update image build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Sep 1, 2019
1 parent 829d3a7 commit 9dce5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:

- name: Login to Registry
run: |
echo ${{ secrets.GITHUB_TOKEN }} | \
docker login docker.pkg.github.com -u morphy2k --password-stdin
echo ${{ secrets.DOCKER_PASSWORD }} | \
docker login docker.pkg.github.com -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down

0 comments on commit 9dce5ed

Please sign in to comment.