From a15fa2d5e6d1addf5f93ae31713ceecbd19378cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:22:38 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/container-release.yaml | 2 +- .github/workflows/container-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-release.yaml b/.github/workflows/container-release.yaml index 33c92105..5afa829a 100644 --- a/.github/workflows/container-release.yaml +++ b/.github/workflows/container-release.yaml @@ -43,7 +43,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile diff --git a/.github/workflows/container-test.yaml b/.github/workflows/container-test.yaml index 744f4771..7b817fa4 100644 --- a/.github/workflows/container-test.yaml +++ b/.github/workflows/container-test.yaml @@ -42,7 +42,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile