1
1
mirror of https://github.com/drone-plugins/github-actions synced 2024-11-15 02:56:25 +01:00

[CI-13192]: Update .drone.yml to release the latest (#14)

This commit is contained in:
OP (oppenheimer) 2024-06-27 17:26:46 +05:30 committed by GitHub
parent 51a4e8dd1d
commit 065322dc37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,12 +20,15 @@ steps:
pull: if-not-exists pull: if-not-exists
settings: settings:
repo: plugins/github-actions repo: plugins/github-actions
auto_tag: true
dockerfile: docker/Dockerfile.linux.amd64 dockerfile: docker/Dockerfile.linux.amd64
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password
when: auto_tag: true
event: auto_tag_suffix: linux-amd64
- tag trigger:
ref:
- refs/heads/master
- refs/tags/**
- refs/pull/**