Skip to content

Commit

Permalink
Merge pull request #94 from flighttrackr/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/build-push-action-6.7.0

Bump docker/build-push-action from 6.6.1 to 6.7.0
  • Loading branch information
Dennis14e authored Aug 19, 2024
2 parents 92b7cc8 + 0d2e558 commit 05a5eaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
labels: ${{ env.IMAGE_LABELS }}

- name: Build Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ env.ARCHS }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
labels: ${{ env.IMAGE_LABELS }}

- name: Build Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ env.ARCHS }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ env.ARCHS }}
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ env.ARCHS }}
context: .
Expand Down

0 comments on commit 05a5eaa

Please sign in to comment.