fix tag naming
This commit is contained in:
parent
ddcbe6a8ee
commit
eaf000dee6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ steps:
|
|||
repo: hexlocation/disseminate
|
||||
platforms: linux/amd64
|
||||
dockerfile: Dockerfile
|
||||
tags: ["latest","${CI_COMMIT_BRANCH}-${CI_COMMIT_TAG}"]
|
||||
tags: ["${CI_COMMIT_BRANCH-latest}","${CI_COMMIT_BRANCH}-${CI_COMMIT_SHA}"]
|
||||
username: ${docker_username}
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
|
Loading…
Reference in a new issue