mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Merge pull request #353 from anchore/fix-docker-login
Manually login to docker via cli during release
This commit is contained in:
commit
8464d9766a
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -124,10 +124,7 @@ jobs:
|
|||||||
run: make bootstrap
|
run: make bootstrap
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v1
|
run: echo ${{ secrets.TOOLBOX_DOCKER_PASS }} | docker login docker.io -u ${{ secrets.TOOLBOX_DOCKER_USER }} --password-stdin
|
||||||
with:
|
|
||||||
username: ${{ secrets.TOOLBOX_DOCKER_USER }}
|
|
||||||
password: ${{ secrets.TOOLBOX_DOCKER_PASS }}
|
|
||||||
|
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
id: import_gpg
|
id: import_gpg
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user