We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f6079d commit ee8cbf8Copy full SHA for ee8cbf8
.github/workflows/build.yaml
@@ -83,7 +83,7 @@ jobs:
83
labels: ${{ steps.metaContributors.outputs.labels }}
84
platforms: linux/amd64,linux/arm64
85
86
- BuildJava11CentOS7:
+ BuildJava11Runtime:
87
runs-on: ubuntu-20.04
88
steps:
89
- uses: actions/checkout@v2
@@ -93,7 +93,7 @@ jobs:
93
uses: docker/metadata-action@v3
94
with:
95
images: |
96
- kubespheredev/java-11-centos7
+ kubespheredev/java-11-runtime
97
ghcr.io/${{ github.repository_owner }}/java-11-runtime
98
tags: |
99
type=schedule
0 commit comments