Skip to content

Commit 0593a4b

Browse files
committed
Update docker-image.yml
update @v..
1 parent 4e7fb81 commit 0593a4b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/docker-image.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ on:
77
paths:
88
- '**.c'
99
- '**.h'
10+
- '**.yml'
1011
jobs:
1112
build:
1213
runs-on: ubuntu-latest
1314
steps:
1415
-
1516
name: Checkout
16-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1718
-
1819
name: What
1920
run: echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV
@@ -25,10 +26,10 @@ jobs:
2526
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
2627
-
2728
name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v2
29+
uses: docker/setup-buildx-action@v3
2930
-
3031
name: Build and push
31-
uses: docker/build-push-action@v3
32+
uses: docker/build-push-action@v5
3233
with:
3334
context: .
3435
file: Dockerfile

0 commit comments

Comments
 (0)