Attempt to fix build failures
This commit is contained in:
parent
24abbebea3
commit
1b9ff2570d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
- name: Install buildx
|
- name: Install buildx
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
with:
|
with:
|
||||||
version: 0.5.1
|
version: v0.5.1
|
||||||
|
|
||||||
- name: Registry Authentication
|
- name: Registry Authentication
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue