From d2231cb683743af58f1b6266237a09b81f140274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 05:07:12 +0000 Subject: [PATCH 1/2] build(deps): bump docker/setup-buildx-action from 2.2.1 to 2.3.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/8c0edbc76e98fa90f69d9a2c020dcb50019dc325...5e716dcfd653738c2d1db099bfba194a84158be4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5fed9e0..35eaa37c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # associated tag: v1.0.2 - name: Set up Docker Buildx (for multi-arch builds) - uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 + uses: docker/setup-buildx-action@5e716dcfd653738c2d1db099bfba194a84158be4 with: # Allows pushing to registry on localhost:5000 driver-opts: network=host From 7366fddb0cc93b373773267473510a25cd2b9b9f Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 30 Jan 2023 08:09:49 +0100 Subject: [PATCH 2/2] ci: reference actions with v2 over git commit hash --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35eaa37c..f3c59811 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,10 +108,10 @@ jobs: # https://github.com/docker/build-push-action/tree/v2.4.0#usage # https://github.com/docker/build-push-action/blob/v2.4.0/docs/advanced/multi-platform.md - name: Set up QEMU (for docker buildx) - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # associated tag: v1.0.2 + uses: docker/setup-qemu-action@v2 - name: Set up Docker Buildx (for multi-arch builds) - uses: docker/setup-buildx-action@5e716dcfd653738c2d1db099bfba194a84158be4 + uses: docker/setup-buildx-action@v2 with: # Allows pushing to registry on localhost:5000 driver-opts: network=host