Skip to content

Commit 2d85af7

Browse files
authored
Merge pull request #1095 from jupyter/dependabot/github_actions/docker/build-push-action-6
2 parents 7d9671c + 4ea1a14 commit 2d85af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
password: ${{ secrets.DOCKER_PASSWORD }}
3636

3737
- name: Build
38-
uses: docker/build-push-action@v3
38+
uses: docker/build-push-action@v6
3939
with:
4040
push: false
4141
load: true
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Push
5252
if: github.ref_name == 'main'
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v6
5454
with:
5555
context: .
5656
platforms: linux/amd64

0 commit comments

Comments
 (0)