Skip to content

Commit

Permalink
Merge pull request #11 from honeycombio/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6.0.2

Bump docker/build-push-action from 5.0.0 to 6.0.2
  • Loading branch information
maxaguirre5 authored Jun 21, 2024
2 parents dabf3dc + 89162c3 commit beaa145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
max-parallelism = 2
- name: Matrix Build and push demo images
if: steps.check_changes.outputs.skip == 'false'
uses: docker/build-push-action@v5.0.0
uses: docker/build-push-action@v6.0.2
with:
context: ${{ matrix.file_tag.context }}
file: ${{ matrix.file_tag.file }}
Expand Down

0 comments on commit beaa145

Please sign in to comment.