@@ -31,13 +31,13 @@ jobs:
3131 # This might be unnecessary as tests are not
3232 # multiplatform
3333 - name : Setup Docker buildx
34- uses : docker/setup-buildx-action@v3.9 .0
34+ uses : docker/setup-buildx-action@v3.10 .0
3535
3636 # Build but don't push Docker image with Buildx
3737 # https://github.com/docker/build-push-action
3838 - name : Build test image
3939 id : build-test
40- uses : docker/build-push-action@v6.14 .0
40+ uses : docker/build-push-action@v6.15 .0
4141 with :
4242 context : .
4343 load : true
8888 uses : sigstore/cosign-installer@v3.8.1
8989
9090 - name : Setup Docker buildx
91- uses : docker/setup-buildx-action@v3.9 .0
91+ uses : docker/setup-buildx-action@v3.10 .0
9292
9393 # Login against a Docker registry
9494 # https://github.com/docker/login-action
@@ -103,7 +103,7 @@ jobs:
103103 # https://github.com/docker/metadata-action
104104 - name : Extract Docker metadata
105105 id : meta
106- uses : docker/metadata-action@v5.6.1
106+ uses : docker/metadata-action@v5.7.0
107107 with :
108108 # list of Docker images to use as base name for tags
109109 # <registry/<owner>/<repo_name>/<repo_name>-<target>
@@ -119,7 +119,7 @@ jobs:
119119 # https://github.com/docker/build-push-action
120120 - name : Build and push production image
121121 id : build-and-push
122- uses : docker/build-push-action@v6.14 .0
122+ uses : docker/build-push-action@v6.15 .0
123123 with :
124124 context : .
125125 target : ${{ matrix.docker_target }}
0 commit comments