Skip to content

Commit 28fa775

Browse files
authored
Merge pull request #4846 from jupyterhub/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 7264904 + 5d3ef7a commit 28fa775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
branchRegex: ^\w[\w-.]*$
150150

151151
- name: Build and push jupyterhub
152-
uses: docker/build-push-action@v5
152+
uses: docker/build-push-action@v6
153153
with:
154154
context: .
155155
platforms: linux/amd64,linux/arm64
@@ -172,7 +172,7 @@ jobs:
172172
branchRegex: ^\w[\w-.]*$
173173

174174
- name: Build and push jupyterhub-onbuild
175-
uses: docker/build-push-action@v5
175+
uses: docker/build-push-action@v6
176176
with:
177177
build-args: |
178178
BASE_IMAGE=${{ fromJson(steps.jupyterhubtags.outputs.tags)[0] }}
@@ -195,7 +195,7 @@ jobs:
195195
branchRegex: ^\w[\w-.]*$
196196

197197
- name: Build and push jupyterhub-demo
198-
uses: docker/build-push-action@v5
198+
uses: docker/build-push-action@v6
199199
with:
200200
build-args: |
201201
BASE_IMAGE=${{ fromJson(steps.onbuildtags.outputs.tags)[0] }}
@@ -221,7 +221,7 @@ jobs:
221221
branchRegex: ^\w[\w-.]*$
222222

223223
- name: Build and push jupyterhub/singleuser
224-
uses: docker/build-push-action@v5
224+
uses: docker/build-push-action@v6
225225
with:
226226
build-args: |
227227
JUPYTERHUB_VERSION=${{ github.ref_type == 'tag' && github.ref_name || format('git:{0}', github.sha) }}

0 commit comments

Comments
 (0)