This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix docker rootless manifest (
#13386
)
tags/v1.15.0-dev
Antoine GIRARD
GitHub
4 years ago
parent
a9eb1951f1
commit
a8783ced8f
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.drone.yml
+1
-1
docker/manifest.rootless.tmpl
+ 1
- 1
.drone.yml
View File
@@ -796,7 +796,7 @@ steps:
pull: always
image: plugins/manifest
settings:
auto_tag:
fals
e
auto_tag:
tru
e
ignore_missing: true
spec: docker/manifest.rootless.tmpl
password:
+ 1
- 1
docker/manifest.rootless.tmpl
View File
@@ -2,7 +2,7 @@ image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{
{{#if build.tags}}
tags:
{{#each build.tags}}
- {{this}}
- {{this}}
-rootless
{{/each}}
{{/if}}
manifests:
Write
Preview
Loading…
Cancel
Save