88
88
# Automatic tag management and OCI Image Format Specification for labels
89
89
- name : Docker meta
90
90
id : meta
91
- uses : docker/metadata-action@v5.6.1
91
+ uses : docker/metadata-action@v5.7.0
92
92
with :
93
93
# list of Docker images to use as base name for tags
94
94
# We only publish images to DockerHub if a release is not a pre-release
@@ -132,22 +132,22 @@ jobs:
132
132
access_token_lifetime : 10800s
133
133
134
134
- name : Login to Google Artifact Registry
135
- uses : docker/login-action@v3.3 .0
135
+ uses : docker/login-action@v3.4 .0
136
136
with :
137
137
registry : us-docker.pkg.dev
138
138
username : oauth2accesstoken
139
139
password : ${{ steps.auth.outputs.access_token }}
140
140
141
141
- name : Login to DockerHub
142
- uses : docker/login-action@v3.3 .0
142
+ uses : docker/login-action@v3.4 .0
143
143
with :
144
144
username : ${{ secrets.DOCKERHUB_USERNAME }}
145
145
password : ${{ secrets.DOCKERHUB_TOKEN }}
146
146
147
147
# Setup Docker Buildx to use Docker Build Cloud
148
148
- name : Set up Docker Buildx
149
149
id : buildx
150
- uses : docker/setup-buildx-action@v3.9 .0
150
+ uses : docker/setup-buildx-action@v3.10 .0
151
151
with :
152
152
version : " lab:latest"
153
153
driver : cloud
@@ -156,7 +156,7 @@ jobs:
156
156
# Build and push image to Google Artifact Registry, and possibly DockerHub
157
157
- name : Build & push
158
158
id : docker_build
159
- uses : docker/build-push-action@v6.14 .0
159
+ uses : docker/build-push-action@v6.15 .0
160
160
with :
161
161
target : ${{ inputs.dockerfile_target }}
162
162
context : .
@@ -188,7 +188,7 @@ jobs:
188
188
# - `dev` for a pull request event
189
189
- name : Docker Scout
190
190
id : docker-scout
191
- uses : docker/scout-action@v1.16.3
191
+ uses : docker/scout-action@v1.17.0
192
192
# We only run Docker Scout on the `runtime` target, as the other targets are not meant to be released
193
193
# and are commonly used for testing, and thus are ephemeral.
194
194
# TODO: Remove the `contains` check once we have a better way to determine if just new vulnerabilities are present.
0 commit comments