Skip to content

Commit

Permalink
fix: refactor
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Apr 5, 2024
1 parent f50c875 commit 3c4b42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
workflow_call:
inputs:
images:
description: "image names"
description: "docker image names used in E2E test before release"
type: string
required: false
default: "vdaas/vald-agent-ngt vdaas/vald-discoverer-k8s vdaas/vald-lb-gateway vdaas/vald-manager-index"
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set Git config
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Search docker image
- name: Search docker image tag
run: |
for image in ${IMAGES}; do
echo "Search image: ${image}:${IMAGE_TAG}"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ on:
# schedule:
# - cron: "*/10 * * * *"
jobs:
sync:
sync-main:
uses: ./.github/workflows/_build.yaml
secrets: inherit
with:
vald_checkout_target_name: main
enable_tag_push: false

semver-auto:
needs:
Expand Down

0 comments on commit 3c4b42f

Please sign in to comment.