Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,9 @@ steps:
pull: always
settings:
auto_tag: false
tags:
- ${DRONE_TAG##v}-rootless
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is release for release branch. this is not right I think.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trigger:
  ref:
  - "refs/tags/**"

?

- ${DRONE_TAG:1:4}-rootless
ignore_missing: true
spec: docker/manifest.rootless.tmpl
password:
Expand All @@ -1323,6 +1326,9 @@ steps:
image: plugins/manifest
settings:
auto_tag: false
tags:
- ${DRONE_TAG##v}
- ${DRONE_TAG:1:4}
ignore_missing: true
spec: docker/manifest.tmpl
password:
Expand Down