mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +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
e256e86888
commit
51bf9f9e05
1 changed files with 1 additions and 4 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -124,10 +124,7 @@ jobs:
|
|||
run: make bootstrap
|
||||
|
||||
- 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