59
59
- name : Install musl tools
60
60
if : matrix.target == 'x86_64-unknown-linux-musl'
61
61
run : sudo apt-get install -y musl-tools
62
- - uses : swatinem/rust-cache@v2.7.3
62
+ - uses : swatinem/rust-cache@v2.7.7
63
63
64
64
- name : rust fmt
65
65
uses : actions-rs/cargo@v1
@@ -219,12 +219,12 @@ jobs:
219
219
cp ./blog.yaml ./pkg/docker/data/
220
220
cp -r ./posts ./pkg/docker/data/
221
221
- name : Log in to Docker Hub
222
- uses : docker/login-action@v3.2 .0
222
+ uses : docker/login-action@v3.3 .0
223
223
with :
224
224
username : ${{ secrets.DOCKERHUB_USERNAME }}
225
225
password : ${{ secrets.DOCKERHUB_TOKEN }}
226
226
- name : Build and push nightly docker image
227
- uses : docker/build-push-action@v6.4.1
227
+ uses : docker/build-push-action@v6.11.0
228
228
with :
229
229
context : ./pkg/docker
230
230
file : ./pkg/docker/Dockerfile
@@ -233,7 +233,7 @@ jobs:
233
233
no-cache : true
234
234
tags : ${{ secrets.DOCKERHUB_USERNAME }}/rblog:nightly
235
235
- name : Build and push latest docker image
236
- uses : docker/build-push-action@v6.4.1
236
+ uses : docker/build-push-action@v6.11.0
237
237
if : startsWith(github.ref, 'refs/tags/v')
238
238
with :
239
239
context : ./pkg/docker
0 commit comments