From fc2c5aa2b3968c80a8f8b8396c8d67d170b4ae62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 11:02:37 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 2 to 4 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...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/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c115895..018c922 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -117,7 +117,7 @@ jobs: images: ghcr.io/riotkit-org/volume-syncing-controller - name: Build and relase docker - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: context: . push: ${{ github.event_name != 'pull_request' }}