Skip to content

Commit accf7cf

Browse files
authored
Merge pull request #919 from jupyter-incubator/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 5 to 6
2 parents 9c31185 + ddfd714 commit accf7cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Build and push with latest release - SparkMagic
40-
uses: docker/build-push-action@v5
40+
uses: docker/build-push-action@v6
4141
if: github.event_name == 'schedule'
4242
with:
4343
context: .
@@ -48,7 +48,7 @@ jobs:
4848
${{ env.REPOSITORY_URL }}/${{ env.SPARKMAGIC_IMAGE_NAME }}
4949
5050
- name: Build and push with latest release - Jupyter
51-
uses: docker/build-push-action@v5
51+
uses: docker/build-push-action@v6
5252
if: github.event_name == 'schedule'
5353
with:
5454
context: .
@@ -59,7 +59,7 @@ jobs:
5959
${{ env.REPOSITORY_URL }}/${{ env.JUPYTER_IMAGE_NAME }}
6060
6161
- name: Build and push with local packages - SparkMagic
62-
uses: docker/build-push-action@v5
62+
uses: docker/build-push-action@v6
6363
if: github.event_name == 'push'
6464
with:
6565
context: .
@@ -72,7 +72,7 @@ jobs:
7272
${{ env.REPOSITORY_URL }}/${{ env.SPARKMAGIC_IMAGE_NAME }}
7373
7474
- name: Build and push with local packages - Jupyter
75-
uses: docker/build-push-action@v5
75+
uses: docker/build-push-action@v6
7676
if: github.event_name == 'push'
7777
with:
7878
context: .

0 commit comments

Comments
 (0)