From ac83b1bbb34e08667da2e915071cb3ee6a1299da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:07:20 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 849ca17..3b9fa46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,7 +224,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push nightly docker image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.2.0 with: context: ./pkg/docker file: ./pkg/docker/Dockerfile @@ -233,7 +233,7 @@ jobs: no-cache: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/rblog:nightly - name: Build and push latest docker image - uses: docker/build-push-action@v5.3.0 + uses: docker/build-push-action@v6.2.0 if: startsWith(github.ref, 'refs/tags/v') with: context: ./pkg/docker