Skip to content

Commit

Permalink
Set auto-tag to false on rootless manifest (#13383)
Browse files Browse the repository at this point in the history
Current overrides rootful container
  • Loading branch information
techknowlogick authored Nov 1, 2020
1 parent f070249 commit 543697e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -792,29 +792,30 @@ platform:
arch: amd64

steps:
- name: manifest
- name: manifest-rootless
pull: always
image: plugins/manifest
settings:
auto_tag: true
auto_tag: false
ignore_missing: true
spec: docker/manifest.tmpl
spec: docker/manifest.rootless.tmpl
password:
from_secret: docker_password
username:
from_secret: docker_username

- name: manifest-rootless
- name: manifest
pull: always
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
spec: docker/manifest.rootless.tmpl
spec: docker/manifest.tmpl
password:
from_secret: docker_password
username:
from_secret: docker_username

trigger:
ref:
- refs/heads/master
Expand Down

0 comments on commit 543697e

Please sign in to comment.