This commit is contained in:
parent
457f5e86cb
commit
8e22ce7e9f
1 changed files with 3 additions and 5 deletions
|
|
@ -58,8 +58,6 @@ steps:
|
||||||
--platform linux/amd64,linux/arm64
|
--platform linux/amd64,linux/arm64
|
||||||
--output=type=image,push=true
|
--output=type=image,push=true
|
||||||
--progress tty
|
--progress tty
|
||||||
--build-arg TAG=$DRONE_TAG
|
|
||||||
-t $REGISTRY_HOST/$IMAGE:$DRONE_TAG
|
|
||||||
-t $REGISTRY_HOST/$IMAGE:latest
|
-t $REGISTRY_HOST/$IMAGE:latest
|
||||||
.
|
.
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -73,6 +71,6 @@ steps:
|
||||||
REGISTRY_PASS:
|
REGISTRY_PASS:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
|
|
||||||
trigger:
|
#trigger:
|
||||||
event:
|
# event:
|
||||||
- tag
|
# - tag
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue