mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
ci: update release workflow to ensure publish job depends on build and test
This commit is contained in:
parent
b68b16fb20
commit
062a0b09d5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-dev.yaml
vendored
3
.github/workflows/release-dev.yaml
vendored
|
@ -100,6 +100,9 @@ jobs:
|
|||
push-to-registry: true
|
||||
|
||||
publish-github:
|
||||
needs:
|
||||
- build
|
||||
- test
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue