This commit is contained in:
parent
9bb487ed70
commit
bed7bc4aed
@ -13,6 +13,7 @@ env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
IMAGE: "sthopeless/gitea-actions-repos-compare"
|
||||
|
||||
|
||||
jobs:
|
||||
@ -49,7 +50,7 @@ jobs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE }}
|
||||
tags: |
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
labels: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user