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
|
||||
# - ls api/
|
||||
|
||||
|
||||
publish_api:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
- username:
|
||||
from_secret: username
|
||||
- password:
|
||||
from_secret: password
|
||||
- registry:
|
||||
from_secret: registry
|
||||
- repo:
|
||||
repo:
|
||||
from_secret: repo_api
|
||||
- dockerfile: api/Dockerfile
|
||||
dockerfile: api/Dockerfile
|
||||
platforms: linux/amd64
|
||||
|
||||
# publish_frontend:
|
||||
# image: plugins/docker
|
||||
|
Loading…
Reference in New Issue
Block a user