Update pipeline.yml

This commit is contained in:
Florian Kaiser 2022-03-25 11:43:18 +01:00 committed by GitHub
parent 736f895542
commit e3bb35fde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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