Skip to content

Commit ddfd714

Browse files
build(deps): bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80072c1 commit ddfd714

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)