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 Dec 29, 2024
1 parent e01917a commit fc87c4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install musl tools
if: matrix.target == 'x86_64-unknown-linux-musl'
run: sudo apt-get install -y musl-tools
- uses: swatinem/[email protected].3
- uses: swatinem/[email protected].7

- name: rust fmt
uses: actions-rs/cargo@v1
Expand Down 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.10.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.10.0
if: startsWith(github.ref, 'refs/tags/v')
with:
context: ./pkg/docker
Expand Down

0 comments on commit fc87c4b

Please sign in to comment.