From 27674ccab6d280f6eea8620fdb0c1e16c53c1f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 04:47:49 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dplsh-build-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dplsh-build-release.yaml b/.github/workflows/dplsh-build-release.yaml index 66e27548..dc78a744 100644 --- a/.github/workflows/dplsh-build-release.yaml +++ b/.github/workflows/dplsh-build-release.yaml @@ -66,7 +66,7 @@ jobs: # run som tests on the image, while still avoiding to have to rebuild the # image when we do the final build. - name: Build and export to Docker - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: tools/dplsh load: true @@ -80,7 +80,7 @@ jobs: working-directory: tools/dplsh - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: tools/dplsh platforms: linux/amd64,linux/arm64