From a6226be96b2b539ff8dc81d8e33304f2a9278199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 09:03:21 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.3.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.3.0...v4.0.0) --- 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/build-debian-image-beta-node18.yml | 2 +- .github/workflows/build-debian-image-beta.yml | 2 +- .github/workflows/build-debian-image-dev-node18.yml | 2 +- .github/workflows/build-debian-image-dev.yml | 2 +- .github/workflows/build-debian-image-latest-iob.yml | 2 +- .github/workflows/build-debian-image-latest.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-debian-image-beta-node18.yml b/.github/workflows/build-debian-image-beta-node18.yml index 072ae73..1740753 100644 --- a/.github/workflows/build-debian-image-beta-node18.yml +++ b/.github/workflows/build-debian-image-beta-node18.yml @@ -59,7 +59,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image (node18) - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node18/Dockerfile diff --git a/.github/workflows/build-debian-image-beta.yml b/.github/workflows/build-debian-image-beta.yml index 3b221a8..dbe7af6 100644 --- a/.github/workflows/build-debian-image-beta.yml +++ b/.github/workflows/build-debian-image-beta.yml @@ -59,7 +59,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node16/Dockerfile diff --git a/.github/workflows/build-debian-image-dev-node18.yml b/.github/workflows/build-debian-image-dev-node18.yml index 2cfe540..d8322bf 100644 --- a/.github/workflows/build-debian-image-dev-node18.yml +++ b/.github/workflows/build-debian-image-dev-node18.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image (node18) - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node18/Dockerfile diff --git a/.github/workflows/build-debian-image-dev.yml b/.github/workflows/build-debian-image-dev.yml index 74c7330..dc8aa98 100644 --- a/.github/workflows/build-debian-image-dev.yml +++ b/.github/workflows/build-debian-image-dev.yml @@ -53,7 +53,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node16/Dockerfile diff --git a/.github/workflows/build-debian-image-latest-iob.yml b/.github/workflows/build-debian-image-latest-iob.yml index 1afa819..cade258 100644 --- a/.github/workflows/build-debian-image-latest-iob.yml +++ b/.github/workflows/build-debian-image-latest-iob.yml @@ -55,7 +55,7 @@ jobs: password: ${{ secrets.DOCKER_PASS_IOB }} - name: Build Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node16/Dockerfile diff --git a/.github/workflows/build-debian-image-latest.yml b/.github/workflows/build-debian-image-latest.yml index 74c0e66..ab01679 100644 --- a/.github/workflows/build-debian-image-latest.yml +++ b/.github/workflows/build-debian-image-latest.yml @@ -62,7 +62,7 @@ jobs: password: ${{ secrets.PACKAGES_PASS }} - name: Build Docker image - uses: docker/build-push-action@v3.3.0 + uses: docker/build-push-action@v4.0.0 with: context: ./debian file: ./debian/node16/Dockerfile