ci: fix publish.yml envvar

This commit is contained in:
Maël Gangloff
2024-08-13 14:28:42 +02:00
parent 701dd79703
commit 3048d6499b

View File

@@ -4,6 +4,10 @@ on:
release:
types: [ published ]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
push_to_registries:
name: Push Docker image to multiple registries