Edit .onedev-buildspec.yml

This commit is contained in:
2025-07-22 20:00:08 +00:00
parent b6dea1dd19
commit ffaaf8b09b

View File

@@ -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