mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
manually login to docker via cli during release
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
f062848a06
commit
1010a09d6b
1 changed files with 1 additions and 4 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue