Skip to content

Commit

Permalink
Update default.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nguoianphu committed Jul 16, 2023
1 parent e393ad4 commit e166547
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
with:
images: |
${{ env.DOCKERHUB_USER }}/${{ env.IMAGE_BASE_NAME }}
ghcr.io/${{ env.GITHUB_USER }}/${{ env.IMAGE_BASE_NAME }}
quay.io/${{ env.QUAY_USER }}/${{ env.IMAGE_BASE_NAME }}
# ghcr.io/${{ env.GITHUB_USER }}/${{ env.IMAGE_BASE_NAME }}
# quay.io/${{ env.QUAY_USER }}/${{ env.IMAGE_BASE_NAME }}
tags: |
type=raw,value=jdk${{ matrix.jdk }}
type=raw,value=latest-jdk${{ matrix.jdk }}
Expand Down Expand Up @@ -133,8 +133,8 @@ jobs:
with:
images: |
${{ env.DOCKERHUB_USER }}/${{ env.IMAGE_NAME }}
ghcr.io/${{ env.GITHUB_USER }}/${{ env.IMAGE_NAME }}
quay.io/${{ env.QUAY_USER }}/${{ env.IMAGE_NAME }}
# ghcr.io/${{ env.GITHUB_USER }}/${{ env.IMAGE_NAME }}
# quay.io/${{ env.QUAY_USER }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=android-${{ matrix.android-api }}-jdk${{ matrix.jdk }}
type=raw,value=android-${{ matrix.android-api }}-jdk${{ matrix.jdk }}-${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit e166547

Please sign in to comment.