This commit is contained in:
parent
1075d76209
commit
360aae068f
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ steps:
|
|||
- latest
|
||||
- "sha-${CI_COMMIT_SHA:0:8}"
|
||||
cache_from:
|
||||
from_secret: forgejo_image_cache # значение: git.example.com/user/intradesk-monitor:latest
|
||||
from_secret: forgejo_image # значение: git.example.com/user/intradesk-monitor:latest
|
||||
build_args:
|
||||
- "GIT_COMMIT=${CI_COMMIT_SHA:0:8}"
|
||||
- "BUILDKIT_INLINE_CACHE=1"
|
||||
|
|
@ -56,7 +56,7 @@ steps:
|
|||
- latest
|
||||
- "sha-${CI_COMMIT_SHA:0:8}" # всегда — нужно для отката
|
||||
cache_from:
|
||||
from_secret: forgejo_image_cache # значение: git.example.com/user/intradesk-monitor:latest
|
||||
from_secret: forgejo_image # значение: git.example.com/user/intradesk-monitor:latest
|
||||
build_args:
|
||||
- "GIT_COMMIT=${CI_COMMIT_SHA:0:8}"
|
||||
- "BUILDKIT_INLINE_CACHE=1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue