Name the image base

This commit is contained in:
Jorge O. Castro
2022-12-08 12:29:50 -05:00
parent 12ead55732
commit 56ada5754f

View File

@@ -4,7 +4,7 @@ on:
schedule: schedule:
- cron: '0 0 * * *' # every day at midnight - cron: '0 0 * * *' # every day at midnight
env: env:
IMAGE_NAME: ublue-image IMAGE_NAME: base
IMAGE_TAGS: latest ${{ github.sha }} IMAGE_TAGS: latest ${{ github.sha }}
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
REGISTRY_USER: ${{ github.actor }} REGISTRY_USER: ${{ github.actor }}