Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#125)
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.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chicco785 <[email protected]>
  • Loading branch information
dependabot[bot] and chicco785 authored Jul 1, 2024
1 parent 6e3125b commit 19a124d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ inputs.docker-context }}
file: ${{ inputs.docker-file }}
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@

### Dependencies

- Bump actions/add-to-project from 1.0.1 to 1.0.2 (PR #127 by @dependabot[bot])
- Bump reproducible-containers/buildkit-cache-dance from 3.1.0 to 3.1.1 (PR #128
by @dependabot[bot])
- Bump actions/add-to-project from 1.0.1 to 1.0.2 (PR #127 by @dependabot[bot])
- Bump dawidd6/action-download-artifact from 5 to 6 (PR #126 by
@dependabot[bot])
- Bump docker/build-push-action from 5 to 6 (PR #125 by @dependabot[bot])
- Bump dawidd6/action-download-artifact from 4 to 5 (PR #123 by
@dependabot[bot])
- Bump dawidd6/action-download-artifact from 3 to 4 (PR #122 by
Expand Down

0 comments on commit 19a124d

Please sign in to comment.