Skip to content

Commit

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

build(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
kke authored Jun 27, 2024
2 parents f0ebf03 + 2fe6e6b commit d8291f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
${{ runner.os }}-buildx-
- name: Build ${{ matrix.image }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
key: ${{ runner.os }}-buildx

- name: Build ${{ inputs.image }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: ${{ steps.list-platforms.outputs.platforms }}
push: true
Expand Down

0 comments on commit d8291f3

Please sign in to comment.