mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-22 05:40:50 +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
|
push-to-registry: true
|
||||||
|
|
||||||
publish-github:
|
publish-github:
|
||||||
|
needs:
|
||||||
|
- build
|
||||||
|
- test
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue