Update pipeline.yml

This commit is contained in:
Florian Kaiser 2022-03-25 11:45:14 +01:00 committed by GitHub
parent 69be6a2288
commit 173ef5e577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ pipeline:
generate_tag:
image: golang
commands:
- echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags
- echo -n "${CI_COMMIT_BRANCH//\//-}-${CI_COMMIT_SHA:0:8}, latest" > .tags
publish_api:
image: woodpeckerci/plugin-docker-buildx