mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 22:14:24 -04:00
ci: fix rebuild loop of microservice images
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
053f4552d9
commit
f720726074
4 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ on:
|
|||
paths:
|
||||
- "joinservice/**"
|
||||
- "internal/**"
|
||||
- "!internal/versions/versions.go" # Don't build on version bumps to avoid infinite loops
|
||||
|
||||
jobs:
|
||||
build-join-service:
|
||||
|
|
1
.github/workflows/build-kms-image.yml
vendored
1
.github/workflows/build-kms-image.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
paths:
|
||||
- "kms/**"
|
||||
- "internal/**"
|
||||
- "!internal/versions/versions.go" # Don't build on version bumps to avoid infinite loops
|
||||
|
||||
jobs:
|
||||
build-kms-server:
|
||||
|
|
|
@ -9,6 +9,7 @@ on:
|
|||
paths:
|
||||
- "hack/qemu-metadata-api/**"
|
||||
- "internal/**"
|
||||
- "!internal/versions/versions.go" # Don't build on version bumps to avoid infinite loops
|
||||
|
||||
jobs:
|
||||
build-qemu-metadata-api:
|
||||
|
|
|
@ -9,6 +9,7 @@ on:
|
|||
paths:
|
||||
- "verify/**"
|
||||
- "internal/**"
|
||||
- "!internal/versions/versions.go" # Don't build on version bumps to avoid infinite loops
|
||||
|
||||
jobs:
|
||||
build-verification-service:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue