release #3

Merged
luke merged 3 commits from release into master 2024-04-19 19:14:49 +00:00
Showing only changes of commit 64a71657e8 - Show all commits

View File

@ -8,7 +8,7 @@ on:
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
env:
REGISTRY: ghcr.io
REGISTRY: git.lukeh990.io
IMAGE_NAME: ${{ github.repository }}
# There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.