Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 5 to 6
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 81ec72a commit 908063e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push with latest release - SparkMagic
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'schedule'
with:
context: .
Expand All @@ -48,7 +48,7 @@ jobs:
${{ env.REPOSITORY_URL }}/${{ env.SPARKMAGIC_IMAGE_NAME }}
- name: Build and push with latest release - Jupyter
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'schedule'
with:
context: .
Expand All @@ -59,7 +59,7 @@ jobs:
${{ env.REPOSITORY_URL }}/${{ env.JUPYTER_IMAGE_NAME }}
- name: Build and push with local packages - SparkMagic
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'push'
with:
context: .
Expand All @@ -72,7 +72,7 @@ jobs:
${{ env.REPOSITORY_URL }}/${{ env.SPARKMAGIC_IMAGE_NAME }}
- name: Build and push with local packages - Jupyter
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'push'
with:
context: .
Expand Down

0 comments on commit 908063e

Please sign in to comment.