From 07144e083992bbfc365d6e21bc5d8900e9a7294d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:32:29 +0000 Subject: [PATCH] chore(deps): update github actions dependencies --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95eb294..0dbd2b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,12 +219,12 @@ jobs: cp ./blog.conf ./pkg/docker/data/ cp -r ./posts ./pkg/docker/data/ - name: Log in to Docker Hub - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push nightly docker image - uses: docker/build-push-action@v6.4.1 + uses: docker/build-push-action@v6.9.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@v6.4.1 + uses: docker/build-push-action@v6.9.0 if: startsWith(github.ref, 'refs/tags/v') with: context: ./pkg/docker