add debug push trigger

This commit is contained in:
leongross 2023-01-13 18:13:29 +01:00
parent 11bc4bdef3
commit 1773f1ea9b
No known key found for this signature in database
GPG Key ID: 8684D89F6BF9B743

View File

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