Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
Signed-off-by: weizhoublue <weizhou.lan@daocloud.io>
  • Loading branch information
weizhoublue committed Dec 25, 2024
1 parent cdbef1f commit bb89262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
call-workflow:
uses: ./.github/workflows/call-release-image.yaml
uses: ./.github/workflows/call-build-image.yaml
with:
ref: 'main'
tagoverride: 'latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions: write-all

jobs:
call-workflow:
uses: ./.github/workflows/call-release-image.yaml
uses: ./.github/workflows/call-build-image.yaml
with:
ref: ${{ inputs.ref }}
push: "true"
Expand Down

0 comments on commit bb89262

Please sign in to comment.