We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f61bff commit 9411cd1Copy full SHA for 9411cd1
.github/workflows/latest-image-to-ark-cr.yaml
@@ -25,7 +25,7 @@ jobs:
25
build-and-push:
26
runs-on: ubuntu-latest
27
# This job is executed only when the repository is the main repository.
28
- if: github.repository == 'zakahan/veadk-python'
+ if: github.repository == 'volcengine/veadk-python'
29
steps:
30
- name: Checkout code
31
uses: actions/checkout@v4
.github/workflows/preview-image-to-ark-cr.yaml
@@ -23,7 +23,7 @@ jobs:
23
24
0 commit comments