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 authored Dec 30, 2022
1 parent 4a4311c commit 3f6079d
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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3f6079d

Please sign in to comment.