This commit is contained in:
parent
3da9513349
commit
377aa1044a
1 changed files with 10 additions and 4 deletions
|
@ -5,7 +5,13 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Build Image"
|
- name: "Build Image"
|
||||||
image: "docker:dind"
|
image: "woodpeckerci/plugin-docker-buildx"
|
||||||
privileged: true
|
settings:
|
||||||
commands:
|
repo: "1e99/passed"
|
||||||
- "docker build -t git.1e99.eu/1e99/passed:$CI_COMMIT_SHA ."
|
dockerfile: "Dockerfile"
|
||||||
|
platforms: "linux/amd64"
|
||||||
|
tags: "latest,${CI_COMMIT_SHA}"
|
||||||
|
username:
|
||||||
|
from_secret: "DOCKER_USERNAME"
|
||||||
|
password:
|
||||||
|
from_secret: "DOCKER_PASSWORD"
|
||||||
|
|
Loading…
Reference in a new issue