Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Fix java 11 runtime name
  • Loading branch information
chilianyi committed Dec 30, 2022
1 parent 3f6079d commit ee8cbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
labels: ${{ steps.metaContributors.outputs.labels }}
platforms: linux/amd64,linux/arm64

BuildJava11CentOS7:
BuildJava11Runtime:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand All @@ -93,7 +93,7 @@ jobs:
uses: docker/metadata-action@v3
with:
images: |
kubespheredev/java-11-centos7
kubespheredev/java-11-runtime
ghcr.io/${{ github.repository_owner }}/java-11-runtime
tags: |
type=schedule
Expand Down

0 comments on commit ee8cbf8

Please sign in to comment.