From 4c0a7e65dbc3e5c294cdc5c137d936729e8f54c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:45:21 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa1b316..40f746d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push dev image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{ startsWith(github.ref, 'refs/tags/') }} context: . @@ -55,7 +55,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push ci image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{ startsWith(github.ref, 'refs/tags/') }} context: . @@ -87,7 +87,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push devcontainer image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{ startsWith(github.ref, 'refs/tags/') }} context: .