Configure github actions to push to docker hub

This commit is contained in:
2025-04-17 15:17:55 +02:00
parent 5de2d83a9b
commit 16b745f6e7

View File

@@ -16,8 +16,8 @@ jobs:
with:
# list of Docker images to use as base name for tags
images: |
${{ env.GITHUB_REPOSITORY }}
ghcr.io/${{ env.GITHUB_REPOSITORY }}
${{ github.repository }}
ghcr.io/${{ github.repository }}
# generate Docker tags based on the following events/attributes
tags: |
type=schedule