From 8df8e026b5c482798902a0b6690b45d06ff0b1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:10:12 +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/int.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index 88b6a506..24b5c96a 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -39,7 +39,7 @@ jobs: driver-opts: network=host - name: Build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7a2d1d23..230c5501 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: type=ref,event=tag - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile @@ -51,7 +51,7 @@ jobs: org.opencontainers.image.revision=${{ github.sha }} - name: Build and push dataloader - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: run: | pushd deploy/dataloader