Compare commits
2 Commits
1de48276ff
...
6fd7ab8c70
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fd7ab8c70 | |||
| 137199165f |
@@ -11,6 +11,7 @@ steps:
|
|||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA:0:7}
|
- ${CI_COMMIT_SHA:0:7}
|
||||||
- ${CI_COMMIT_BRANCH}
|
- ${CI_COMMIT_BRANCH}
|
||||||
|
- ${{ CI_COMMIT_BRANCH == 'main' && 'latest' || CI_COMMIT_BRANCH }}
|
||||||
cache: true
|
cache: true
|
||||||
username:
|
username:
|
||||||
from_secret: harbor_library_username
|
from_secret: harbor_library_username
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM harbor.ntppool.org/perlorg/base-os:3.22.2
|
FROM harbor.ntppool.org/perlorg/base-os:3.23.3
|
||||||
ENV BUILD_VERSION 1
|
ENV BUILD_VERSION 1
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
|
|||||||
Reference in New Issue
Block a user