Skip to content

Commit

Permalink
Merge pull request k0sproject#623 from k0sproject/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/docker/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
makhov authored Jun 25, 2024
2 parents d069c0d + 9306181 commit 5bfc34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Build image and push to Docker Hub and GitHub image registry
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
build-args: |
BUILD_IMG=golang:1.21.3
Expand Down

0 comments on commit 5bfc34c

Please sign in to comment.