This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
# Deploy workflow: Docker image → push to registry → Portainer webhook.
|
||||
# Runs on push to main, tag, or manual (only when on main).
|
||||
# Waits for lint, build, and test workflows to succeed first.
|
||||
# Waits for ci workflow (install → lint → build → test) to succeed first.
|
||||
when:
|
||||
branch: main
|
||||
event: [push, tag, manual]
|
||||
|
||||
depends_on:
|
||||
- lint
|
||||
- build
|
||||
- test
|
||||
- ci
|
||||
|
||||
steps:
|
||||
- name: 'Docker image build'
|
||||
|
||||
Reference in New Issue
Block a user