Use setup-buildx-action@v2
This commit is contained in:
parent
563abbd398
commit
c4b9abdf8c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -84,7 +84,7 @@ jobs:
|
|||
echo ::set-output name=VERSION::${TAG%-*}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Login to Quay
|
||||
uses: docker/login-action@v1
|
||||
|
|
Loading…
Reference in a new issue