mirror of
https://github.com/anchore/syft.git
synced 2026-08-19 16:48:27 +02:00
ci: add docker-container driver (#5071)
* ci: add docker-container driver Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> * fix: update to v4.2.0 Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --------- Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
parent
5e11775c8b
commit
3e2bc6ed09
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
@ -83,6 +83,11 @@ jobs:
|
|||||||
- name: Bootstrap environment
|
- name: Bootstrap environment
|
||||||
uses: ./.github/actions/bootstrap
|
uses: ./.github/actions/bootstrap
|
||||||
|
|
||||||
|
# dockers_v2 builds multi-platform manifests in a single buildx invocation, which requires a
|
||||||
|
# docker-container driver builder (the default builder on the runner cannot build multi-platform).
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #v4.4.0
|
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #v4.4.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user