From 482c87490845b924abc93a657f79d83f34b118ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 21:57:54 +0200 Subject: [PATCH] build(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 (#44) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 537485e..bf4b355 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: # Build a docker image. # - name: Build an image from a dockerfile - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v5.4.0 with: context: . push: false @@ -112,7 +112,7 @@ runs: password: ${{ inputs.token }} - name: Build and push Docker image if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v5.4.0 with: context: . push: true