mirror of
https://github.com/itzg/mc-router.git
synced 2024-11-21 11:25:41 +01:00
ci: Load built image into daemon
This commit is contained in:
parent
0305bbe458
commit
bb49a6cc0e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
||||
|
||||
- name: Setup docker buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
with:
|
||||
install: true
|
||||
|
||||
- name: Docker login
|
||||
uses: docker/login-action@v1
|
||||
|
@ -41,6 +41,7 @@ dockers:
|
||||
build_flag_templates:
|
||||
- --platform
|
||||
- linux/amd64
|
||||
- --load
|
||||
- --label=org.opencontainers.image.version={{ .Version }}
|
||||
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
||||
binaries:
|
||||
@ -53,6 +54,7 @@ dockers:
|
||||
build_flag_templates:
|
||||
- --platform
|
||||
- linux/arm64
|
||||
- --load
|
||||
- --label=org.opencontainers.image.version={{ .Version }}
|
||||
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
||||
- image_templates:
|
||||
@ -62,6 +64,7 @@ dockers:
|
||||
build_flag_templates:
|
||||
- --platform
|
||||
- linux/arm/v6
|
||||
- --load
|
||||
- --label=org.opencontainers.image.version={{ .Version }}
|
||||
- --label=org.opencontainers.image.revision={{ .FullCommit }}
|
||||
binaries:
|
||||
|
Loading…
Reference in New Issue
Block a user