Skip to content

Commit ee8cbf8

Browse files
author
chilianyi
authored
Update build.yaml
Fix java 11 runtime name
1 parent 3f6079d commit ee8cbf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
labels: ${{ steps.metaContributors.outputs.labels }}
8484
platforms: linux/amd64,linux/arm64
8585

86-
BuildJava11CentOS7:
86+
BuildJava11Runtime:
8787
runs-on: ubuntu-20.04
8888
steps:
8989
- uses: actions/checkout@v2
@@ -93,7 +93,7 @@ jobs:
9393
uses: docker/metadata-action@v3
9494
with:
9595
images: |
96-
kubespheredev/java-11-centos7
96+
kubespheredev/java-11-runtime
9797
ghcr.io/${{ github.repository_owner }}/java-11-runtime
9898
tags: |
9999
type=schedule

0 commit comments

Comments
 (0)