mirror of
https://github.com/aevea/action-kaniko.git
synced 2026-04-03 18:52:14 +00:00
chore(deps): update docker/setup-buildx-action action to v4
This commit is contained in:
2
.github/workflows/executor.yml
vendored
2
.github/workflows/executor.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
if: steps.check-tag.outputs.exists == 'false'
|
if: steps.check-tag.outputs.exists == 'false'
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
- name: Log in to GitHub Container Registry
|
- name: Log in to GitHub Container Registry
|
||||||
if: steps.check-tag.outputs.exists == 'false'
|
if: steps.check-tag.outputs.exists == 'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user