Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Jan 9, 2025
1 parent 272d479 commit 011400d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jvm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
platforms: |
linux/riscv64
linux/ppc64le
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}-jvm-universal
tags: ${{ steps.meta.outputs.tags }}-secondary
labels: ${{ steps.meta.outputs.labels }}-secondary
cache-from: type=gha
cache-to: type=gha,mode=max
Build_Docker_Standalone:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
linux/arm64/v8
linux/riscv64
linux/ppc64le
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}-jvm-universal
tags: ${{ steps.meta.outputs.tags }}-secondary
labels: ${{ steps.meta.outputs.labels }}-secondary
cache-from: type=gha
cache-to: type=gha,mode=max
4 changes: 2 additions & 2 deletions .github/workflows/jvm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
platforms: |
linux/riscv64
linux/ppc64le
tags: ${{ steps.meta-acr.outputs.tags }}
labels: ${{ steps.meta-acr.outputs.labels }}-jvm-universal
tags: ${{ steps.meta-acr.outputs.tags }}-secondary
labels: ${{ steps.meta-acr.outputs.labels }}-secondary
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 011400d

Please sign in to comment.