ci: test
This commit is contained in:
parent
c07dd69c7a
commit
0704d69fdb
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ steps:
|
|||
password:
|
||||
from_secret: OCI_REGISTRY_PASS
|
||||
commands:
|
||||
- sleep 600
|
||||
- docker build -t registry.mgrote.net/allzweckcontainer:latest .
|
||||
- docker tag registry.mgrote.net/allzweckcontainer:latest registry.mgrote.net/allzweckcontainer:${DRONE_COMMIT_SHA:0:8}
|
||||
- docker tag registry.mgrote.net/allzweckcontainer:latest registry.mgrote.net/allzweckcontainer:${DRONE_COMMIT_BRANCH}
|
||||
|
|
Loading…
Reference in a new issue