Skip to content

Commit

Permalink
Merge pull request #260 from anchore/fix-docker-login
Browse files Browse the repository at this point in the history
Manually login to docker via cli during release
  • Loading branch information
wagoodman authored Mar 24, 2021
2 parents f062848 + 1010a09 commit b8ad37c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ jobs:
key: ${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}-${{ hashFiles('**/go.sum') }}

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.TOOLBOX_DOCKER_USER }}
password: ${{ secrets.TOOLBOX_DOCKER_PASS }}
run: echo ${{ secrets.TOOLBOX_DOCKER_PASS }} | docker login docker.io -u ${{ secrets.TOOLBOX_DOCKER_USER }} --password-stdin

- name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit b8ad37c

Please sign in to comment.