Merge pull request #10 from joshkunz/renovate/docker-setup-buildx-action-2.x
Update docker/setup-buildx-action action to v2
This commit is contained in:
commit
d19b3116bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Clone
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Docker buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Generate docker tags
|
||||
uses: docker/metadata-action@v3
|
||||
id: meta
|
||||
|
|
Loading…
Reference in a new issue