From 3f6079dea16826584158113837e4d3ec660200c2 Mon Sep 17 00:00:00 2001 From: chilianyi Date: Fri, 30 Dec 2022 10:30:51 +0800 Subject: [PATCH] Update build.yaml fix java 11 runtime name --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e9dcf04..30cf667 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,7 +94,7 @@ jobs: with: images: | kubespheredev/java-11-centos7 - ghcr.io/${{ github.repository_owner }}/java-11-centos7 + ghcr.io/${{ github.repository_owner }}/java-11-runtime tags: | type=schedule type=ref,event=branch @@ -109,7 +109,7 @@ jobs: uses: docker/metadata-action@v3 with: images: | - ghcr.io/${{ github.repository_owner }}/java-11-centos7 + ghcr.io/${{ github.repository_owner }}/java-11-runtime tags: | type=schedule type=ref,event=branch