mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
This reverts commit 06dcd3261dadf77ec0d86e7a981eb4aac7008d09. Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
3f305aa6cd
commit
ddfc8e20c0
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@ -94,15 +94,11 @@ jobs:
|
|||||||
needs: [quality-gate]
|
needs: [quality-gate]
|
||||||
runs-on: macos-latest # Due to our code signing process, it's vital that we run our release steps on macOS.
|
runs-on: macos-latest # Due to our code signing process, it's vital that we run our release steps on macOS.
|
||||||
steps:
|
steps:
|
||||||
|
- uses: docker-practice/actions-setup-docker@v1
|
||||||
|
|
||||||
# we are having an infinite loop of installing docker https://github.com/anchore/syft/actions/runs/1199137004
|
# note, it is important to always be auth'd into docker.io to prevent rate limiting issues
|
||||||
# we are still looking for a fix
|
- name: Login to Docker Hub
|
||||||
|
run: echo ${{ secrets.TOOLBOX_DOCKER_PASS }} | docker login docker.io -u ${{ secrets.TOOLBOX_DOCKER_USER }} --password-stdin
|
||||||
# - uses: docker-practice/actions-setup-docker@v1
|
|
||||||
#
|
|
||||||
# # note, it is important to always be auth'd into docker.io to prevent rate limiting issues
|
|
||||||
# - name: Login to Docker Hub
|
|
||||||
# run: echo ${{ secrets.TOOLBOX_DOCKER_PASS }} | docker login docker.io -u ${{ secrets.TOOLBOX_DOCKER_USER }} --password-stdin
|
|
||||||
|
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -91,19 +91,16 @@ brews:
|
|||||||
homepage: *website
|
homepage: *website
|
||||||
description: *description
|
description: *description
|
||||||
|
|
||||||
# we are having an infinite loop of installing docker https://github.com/anchore/syft/actions/runs/1199137004
|
dockers:
|
||||||
# we are still looking for a fix
|
- dockerfile: Dockerfile
|
||||||
|
image_templates:
|
||||||
#dockers:
|
- "anchore/syft:latest"
|
||||||
# - dockerfile: Dockerfile
|
- "anchore/syft:{{ .Tag }}"
|
||||||
# image_templates:
|
- "anchore/syft:v{{ .Major }}"
|
||||||
# - "anchore/syft:latest"
|
- "anchore/syft:v{{ .Major }}.{{ .Minor }}"
|
||||||
# - "anchore/syft:{{ .Tag }}"
|
build_flag_templates:
|
||||||
# - "anchore/syft:v{{ .Major }}"
|
- "--build-arg=BUILD_DATE={{.Date}}"
|
||||||
# - "anchore/syft:v{{ .Major }}.{{ .Minor }}"
|
- "--build-arg=BUILD_VERSION={{.Version}}"
|
||||||
# build_flag_templates:
|
- "--build-arg=VCS_REF={{.FullCommit}}"
|
||||||
# - "--build-arg=BUILD_DATE={{.Date}}"
|
- "--build-arg=VCS_URL={{.GitURL}}"
|
||||||
# - "--build-arg=BUILD_VERSION={{.Version}}"
|
use_buildx: true
|
||||||
# - "--build-arg=VCS_REF={{.FullCommit}}"
|
|
||||||
# - "--build-arg=VCS_URL={{.GitURL}}"
|
|
||||||
# use_buildx: true
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user