From d50ae3f775eb3688ed0de636c1c5f7df9dcd6f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:27:00 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5.3.0 to 5.4.0 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] --- .github/workflows/api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index b2ab8742..03e474d5 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -78,7 +78,7 @@ jobs: echo "::set-output name=token::${{ secrets.API_TOKEN }}" fi - name: Build and Push ${{ matrix.environment }} image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v5.4.0 with: provenance: false context: ./elixir-api