@@ -902,8 +902,11 @@ steps:
902
902
image : techknowlogick/drone-docker:latest
903
903
pull : always
904
904
settings :
905
- auto_tag : true
905
+ auto_tag : false
906
906
auto_tag_suffix : linux-amd64
907
+ tags :
908
+ - ${DRONE_TAG##v}-linux-amd64
909
+ - ${DRONE_TAG:1:4}-linux-amd64
907
910
repo : gitea/gitea
908
911
build_args :
909
912
- GOPROXY=https://goproxy.io
@@ -920,8 +923,11 @@ steps:
920
923
image : techknowlogick/drone-docker:latest
921
924
settings :
922
925
dockerfile : Dockerfile.rootless
923
- auto_tag : true
926
+ auto_tag : false
924
927
auto_tag_suffix : linux-amd64-rootless
928
+ tags :
929
+ - ${DRONE_TAG##v}-linux-amd64-rootless
930
+ - ${DRONE_TAG:1:4}-linux-amd64-rootless
925
931
repo : gitea/gitea
926
932
build_args :
927
933
- GOPROXY=https://goproxy.io
@@ -1126,8 +1132,11 @@ steps:
1126
1132
image : techknowlogick/drone-docker:latest
1127
1133
pull : always
1128
1134
settings :
1129
- auto_tag : true
1135
+ auto_tag : false
1130
1136
auto_tag_suffix : linux-arm64
1137
+ tags :
1138
+ - ${DRONE_TAG##v}-linux-arm64
1139
+ - ${DRONE_TAG:1:4}-linux-arm64
1131
1140
repo : gitea/gitea
1132
1141
build_args :
1133
1142
- GOPROXY=https://goproxy.io
@@ -1144,8 +1153,11 @@ steps:
1144
1153
image : techknowlogick/drone-docker:latest
1145
1154
settings :
1146
1155
dockerfile : Dockerfile.rootless
1147
- auto_tag : true
1156
+ auto_tag : false
1148
1157
auto_tag_suffix : linux-arm64-rootless
1158
+ tags :
1159
+ - ${DRONE_TAG##v}-linux-arm64-rootless
1160
+ - ${DRONE_TAG:1:4}-linux-arm64-rootless
1149
1161
repo : gitea/gitea
1150
1162
build_args :
1151
1163
- GOPROXY=https://goproxy.io
@@ -1299,7 +1311,7 @@ steps:
1299
1311
image : plugins/manifest
1300
1312
pull : always
1301
1313
settings :
1302
- auto_tag : true
1314
+ auto_tag : false
1303
1315
ignore_missing : true
1304
1316
spec : docker/manifest.rootless.tmpl
1305
1317
password :
@@ -1310,7 +1322,7 @@ steps:
1310
1322
- name : manifest
1311
1323
image : plugins/manifest
1312
1324
settings :
1313
- auto_tag : true
1325
+ auto_tag : false
1314
1326
ignore_missing : true
1315
1327
spec : docker/manifest.tmpl
1316
1328
password :
0 commit comments