ci: Setup docker buildx

This commit is contained in:
Geoff Bourne 2020-12-28 12:28:36 -06:00
parent 8391d41959
commit 4ff2525cd9
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM scratch
FROM scratch
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
LABEL org.opencontainers.image.title="mc-router"