Skip to content

Commit 1e20a6d

Browse files
committed
debug
1 parent d704b55 commit 1e20a6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-crd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
description: 'The prefix of the target CRDs api group to generate. (Optional)'
1717

1818
env:
19-
IMAGE_NAME: ghcr.io/kubernetes-client/java/crd-model-gen
20-
IMAGE_TAG: v1.0.6
19+
IMAGE_NAME: docker.io/apecloud/crd-model-gen
20+
IMAGE_TAG: v1.0.7
2121
GEN_DIR: crd-gen
2222

2323
permissions:
@@ -52,4 +52,4 @@ jobs:
5252
with:
5353
name: generated-java-crd-model
5454
path: |
55-
${{ env.GEN_DIR }}
55+
${{ env.GEN_DIR }}

0 commit comments

Comments
 (0)