forked from bohlenc/k8s-pod-mutator-webhook
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(github-action): update docker/setup-buildx-action action ( v3.5.0 …
…→ v3.6.0 ) | datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | docker/setup-buildx-action | v3.5.0 | v3.6.0 |
- Loading branch information
1 parent
2cd684a
commit 2a74add
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.5.0 | ||
uses: docker/setup-buildx-action@v3.6.0 | ||
|
||
- name: Log into registry ghcr.io | ||
uses: docker/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ | |
uses: docker/[email protected] | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3.5.0 | ||
uses: docker/setup-buildx-action@v3.6.0 | ||
|
||
- name: Log into registry ghcr.io | ||
uses: docker/[email protected] | ||
|