mirror of
https://onedev.site.tesses.net/Dependencies
synced 2026-02-08 09:45:44 +00:00
Edit .onedev-buildspec.yml
This commit is contained in:
@@ -20,6 +20,17 @@ jobs:
|
||||
passwordSecret: dockersecret
|
||||
platforms: linux/amd64
|
||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||
- !BuildImageStep
|
||||
name: Build the container (for running)
|
||||
dockerfile: Dockerfile
|
||||
output: !RegistryOutput
|
||||
tags: onedev.site.tesses.net/dependencies/dependencies:latest
|
||||
registryLogins:
|
||||
- registryUrl: '@server_url@'
|
||||
userName: '@job_token@'
|
||||
passwordSecret: dockersecret
|
||||
platforms: linux/amd64
|
||||
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
|
||||
triggers:
|
||||
- !BranchUpdateTrigger
|
||||
projects: Dependencies
|
||||
|
||||
Reference in New Issue
Block a user