Set auto-tag to false on rootless manifest (#13383)

Current overrides rootful container
forgejo
techknowlogick 4 years ago committed by GitHub
parent f070249df4
commit 543697e61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -792,29 +792,30 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: manifest - name: manifest-rootless
pull: always pull: always
image: plugins/manifest image: plugins/manifest
settings: settings:
auto_tag: true auto_tag: false
ignore_missing: true ignore_missing: true
spec: docker/manifest.tmpl spec: docker/manifest.rootless.tmpl
password: password:
from_secret: docker_password from_secret: docker_password
username: username:
from_secret: docker_username from_secret: docker_username
- name: manifest-rootless - name: manifest
pull: always pull: always
image: plugins/manifest image: plugins/manifest
settings: settings:
auto_tag: true auto_tag: true
ignore_missing: true ignore_missing: true
spec: docker/manifest.rootless.tmpl spec: docker/manifest.tmpl
password: password:
from_secret: docker_password from_secret: docker_password
username: username:
from_secret: docker_username from_secret: docker_username
trigger: trigger:
ref: ref:
- refs/heads/master - refs/heads/master

Loading…
Cancel
Save