Skip to content

Commit c2de92f

Browse files
committed
bump versions
1 parent fdbe9b3 commit c2de92f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-weekly-amd64.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
-
3535
name: Set up Docker Buildx
3636
id: buildx
37-
uses: docker/setup-buildx-action@v3.8.0
37+
uses: docker/setup-buildx-action@v3.10.0
3838
-
3939
name: Available platforms
4040
run: echo ${{ steps.buildx.outputs.platforms }}
@@ -48,13 +48,13 @@ jobs:
4848
# ${{ runner.os }}-buildx-
4949
-
5050
name: Login to DockerHub
51-
uses: docker/login-action@v3.3.0
51+
uses: docker/login-action@v3.4.0
5252
with:
5353
username: ${{ secrets.DOCKER_USER }}
5454
password: ${{ secrets.DOCKER_TOKEN }}
5555
-
5656
name: Build and push
57-
uses: docker/build-push-action@v6.13.0
57+
uses: docker/build-push-action@v6.15.0
5858
with:
5959
context: .
6060
platforms: linux/amd64

0 commit comments

Comments
 (0)