fix(ci): Credential fixing 🔨 #16

Merged
guisea merged 1 commits from develop into master 2024-04-03 11:11:16 +13:00
Showing only changes of commit 732b1ee1a0 - Show all commits

View File

@@ -71,8 +71,6 @@ steps:
pull: true pull: true
settings: settings:
<<: *docker_creds <<: *docker_creds
token:
from_secret: depot_token
registry: hub.cybercinch.nz registry: hub.cybercinch.nz
repo: cybercinch/${CI_REPO_NAME} repo: cybercinch/${CI_REPO_NAME}
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -82,11 +80,6 @@ steps:
tags: tags:
- latest - latest
- ${CI_COMMIT_TAG} - ${CI_COMMIT_TAG}
logins:
- registry: https://hub.cybercinch.nz/
username: cybercinch
password:
from_secret: docker_password_cybercinch
when: when:
branch: ${CI_REPO_DEFAULT_BRANCH} branch: ${CI_REPO_DEFAULT_BRANCH}
event: event: