woodpecker #1
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
---
|
---
|
||||||
variables:
|
variables:
|
||||||
- &repo git.schmidl.dev/${CI-REPO_OWNER}/buildimage
|
- &repo git.schmidl.dev/$${CI-REPO_OWNER}/buildimage
|
||||||
steps:
|
steps:
|
||||||
docker-build:
|
docker-build:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -20,6 +20,7 @@ steps:
|
||||||
secrets: [docker_username, docker_password]
|
secrets: [docker_username, docker_password]
|
||||||
settings:
|
settings:
|
||||||
repo: *repo
|
repo: *repo
|
||||||
|
registry: git.schmidl.dev
|
||||||
dockerfile: dockerfile
|
dockerfile: dockerfile
|
||||||
platforms: linux/amd64,linux/arm64/v8
|
platforms: linux/amd64,linux/arm64/v8
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue