Change SHA to REF.

This commit is contained in:
Midou36O
2022-12-03 18:45:45 +01:00
parent 6f599fc299
commit b1b88fb7fa
+2 -2
View File
@@ -55,7 +55,7 @@ pipeline:
password:
from_secret: passwd
# password = key or actual password
tags: ${CI_COMMIT_SHA}-amd64
tags: ${CI_COMMIT_REF}-amd64
dockerize-dev-arm64:
environment:
@@ -73,4 +73,4 @@ pipeline:
password:
from_secret: passwd
# password = key or actual password
tags: ${CI_COMMIT_SHA}-arm64
tags: ${CI_COMMIT_REF}-arm64