mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-13 10:36:56 -04:00
add debug push trigger
This commit is contained in:
parent
11bc4bdef3
commit
1773f1ea9b
8
.github/workflows/build-ccm-gcp-ko.yml
vendored
8
.github/workflows/build-ccm-gcp-ko.yml
vendored
@ -1,7 +1,11 @@
|
||||
name: Build and Upload GCP CCM container image
|
||||
name: Build and Upload GCP CCM container image (KO)
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
on: [workflow_dispatch]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- "feat/reproducible-builds-ko-gcp"
|
||||
|
||||
jobs:
|
||||
build-ccm-gcp:
|
||||
|
Loading…
x
Reference in New Issue
Block a user