More refinements

This commit is contained in:
2026-01-31 12:44:34 -03:00
parent 232b107a3f
commit 0b507e14ad
5 changed files with 21 additions and 49 deletions

View File

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