mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-25 12:05:14 +01:00
ci: Install docker buildx
This commit is contained in:
parent
9811eefdb8
commit
f004eb84d6
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -22,6 +22,11 @@ jobs:
|
||||
with:
|
||||
go-version: 1.15
|
||||
|
||||
- name: Setup docker buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
install: true
|
||||
|
||||
- name: Docker login
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user