Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.9.0 to 6.10.0 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@4f58ea7...48aba3b)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent f93d3f6 commit 9b50bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
bmcclure89/${{ env.JUST_IMAGE_NAME }}
if: github.ref == 'refs/heads/main'
- name: Build Docker image (non main branch)
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
if: github.ref != 'refs/heads/main'
with:
context: .
Expand All @@ -85,7 +85,7 @@ jobs:
tags: ${{ steps.meta_github.outputs.tags }}
labels: ${{ steps.meta_github.outputs.labels }}
- name: Build and push Docker image (main branch)
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
if: github.ref == 'refs/heads/main'
with:
context: .
Expand All @@ -94,7 +94,7 @@ jobs:
tags: ${{ steps.meta_dockerhub.outputs.tags }}
labels: ${{ steps.meta_dockerhub.outputs.labels }}
- name: Build and push Docker image (main branch)
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
if: github.ref == 'refs/heads/main'
with:
context: .
Expand Down

0 comments on commit 9b50bb6

Please sign in to comment.