From be77968570fd2a2cbc6e0792b419efcd517d981a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:38:49 +0000 Subject: [PATCH] Update docker/build-push-action action to v6 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5f0b2225..3481ac92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Docker build and push tag - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: ${{ matrix.java == '17' && github.ref_type == 'tag' }} with: context: . @@ -68,7 +68,7 @@ jobs: athou/commafeed:${{ github.ref_name }} - name: Docker build and push master - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: ${{ matrix.java == '17' && github.ref_name == 'master' }} with: context: .