first commit
Some checks failed
Docker / build (push) Failing after 1m42s

This commit is contained in:
Sthope 2025-03-18 19:46:13 +01:00
parent 9bb487ed70
commit bed7bc4aed

View File

@ -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: |