mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +01:00
ci: Setup docker buildx
This commit is contained in:
parent
8391d41959
commit
4ff2525cd9
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:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user