From 04ac72c043b371215f752402825a3d1e2e3fa125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:01:05 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- 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/publish-airflow.yml | 2 +- .github/workflows/publish-debezium-strimzi.yml | 2 +- .github/workflows/publish-jekyll.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-airflow.yml b/.github/workflows/publish-airflow.yml index d4019dd..cc2c264 100644 --- a/.github/workflows/publish-airflow.yml +++ b/.github/workflows/publish-airflow.yml @@ -36,7 +36,7 @@ jobs: echo "::set-output name=tag::$tag_" - name: Build and push Docker images - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: ./airflow push: true diff --git a/.github/workflows/publish-debezium-strimzi.yml b/.github/workflows/publish-debezium-strimzi.yml index a8decf2..fe216ae 100644 --- a/.github/workflows/publish-debezium-strimzi.yml +++ b/.github/workflows/publish-debezium-strimzi.yml @@ -30,7 +30,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push Docker images - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: ./debezium/strimzi push: true diff --git a/.github/workflows/publish-jekyll.yml b/.github/workflows/publish-jekyll.yml index 169684f..4be24fd 100644 --- a/.github/workflows/publish-jekyll.yml +++ b/.github/workflows/publish-jekyll.yml @@ -36,7 +36,7 @@ jobs: echo "::set-output name=tag::$tag_" - name: Build and push Docker images - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: ./jekyll push: true