From d03bf3ab2267287daf1905263faf215a254690dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:44:24 +0200 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 (#92) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/action-test.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index edd5bc1..320f502 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -30,7 +30,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true build-args: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac69525..910e82f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true build-args: |