Skip to content

Commit

Permalink
chore(deps): update github actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent e01917a commit 1985f3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0
with:
context: ./pkg/docker
file: ./pkg/docker/Dockerfile
Expand All @@ -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.8.0
if: startsWith(github.ref, 'refs/tags/v')
with:
context: ./pkg/docker
Expand Down

0 comments on commit 1985f3a

Please sign in to comment.