From b0ed3aefba33aa17b9dabdfa81f658d755b63cbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:36:08 +0000 Subject: [PATCH] Bump docker/build-push-action from 6.0.0 to 6.5.0 in /.github/workflows Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.0.0 to 6.5.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/c382f710d39a5bb4e430307530a720f50c2d3318...5176d81f87c23d6fc96624dfdbcd9f3830bbe445) --- 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/docker build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker build.yml b/.github/workflows/docker build.yml index ad8ac48..44cb941 100644 --- a/.github/workflows/docker build.yml +++ b/.github/workflows/docker build.yml @@ -76,7 +76,7 @@ jobs: bmcclure89/${{ env.JUST_IMAGE_NAME }} if: github.ref == 'refs/heads/main' - name: Build Docker image (non main branch) - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 if: github.ref != 'refs/heads/main' with: context: . @@ -85,7 +85,7 @@ jobs: tags: ${{ steps.meta_github.outputs.tags }} labels: ${{ steps.meta_github.outputs.labels }} - name: Build and push Docker image (main branch) - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 if: github.ref == 'refs/heads/main' with: context: . @@ -94,7 +94,7 @@ jobs: tags: ${{ steps.meta_dockerhub.outputs.tags }} labels: ${{ steps.meta_dockerhub.outputs.labels }} - name: Build and push Docker image (main branch) - uses: docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 + uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 if: github.ref == 'refs/heads/main' with: context: .