Update pipeline.yml

This commit is contained in:
Florian Kaiser 2022-03-25 11:32:54 +01:00 committed by GitHub
parent 8209ae9166
commit 1ee0d8fdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ pipeline:
image: golang image: golang
commands: commands:
- echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags - echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags
- ls - ls api/
publish_api: publish_api:
image: plugins/docker image: plugins/docker