Update pipeline.yml
This commit is contained in:
parent
736f895542
commit
e3bb35fde7
@ -5,18 +5,14 @@ pipeline:
|
|||||||
# - echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags
|
# - echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags
|
||||||
# - ls api/
|
# - ls api/
|
||||||
|
|
||||||
|
|
||||||
publish_api:
|
publish_api:
|
||||||
image: plugins/docker
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
- username:
|
repo:
|
||||||
from_secret: username
|
|
||||||
- password:
|
|
||||||
from_secret: password
|
|
||||||
- registry:
|
|
||||||
from_secret: registry
|
|
||||||
- repo:
|
|
||||||
from_secret: repo_api
|
from_secret: repo_api
|
||||||
- dockerfile: api/Dockerfile
|
dockerfile: api/Dockerfile
|
||||||
|
platforms: linux/amd64
|
||||||
|
|
||||||
# publish_frontend:
|
# publish_frontend:
|
||||||
# image: plugins/docker
|
# image: plugins/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user