From b5a5a7f19634d232b5cff03c739db5345d60f767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 22:30:50 +0000 Subject: [PATCH] Update docker/build-push-action action to v6.11.0 (#1061) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test_and_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 5696eb54..32380728 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -49,7 +49,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build Linux Image if: ${{ github.event_name == 'pull_request' }} - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.0 with: context: . file: ./Dockerfile @@ -66,7 +66,7 @@ jobs: push: false - name: Build and push Linux Image if: ${{ startsWith(github.ref, 'refs/heads/main') && github.event_name == 'push' }} - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.0 with: context: . file: ./Dockerfile @@ -84,7 +84,7 @@ jobs: push: true - name: Build and push Linux legacy Image if: ${{ startsWith(github.ref, 'refs/heads/legacy') && github.event_name == 'push' }} - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.0 with: context: . file: ./Dockerfile @@ -101,7 +101,7 @@ jobs: push: true - name: Build and push Linux Image dev if: ${{ startsWith(github.ref, 'refs/heads/dev') && github.event_name == 'push' }} - uses: docker/build-push-action@v6.10.0 + uses: docker/build-push-action@v6.11.0 with: context: . file: ./Dockerfile