fix: missing github env

This commit is contained in:
Maurice Renck 2024-03-30 13:59:42 +01:00
parent 9f6e614b57
commit 95d0406ed3
No known key found for this signature in database
GPG key ID: D0268340AC44A414

View file

@ -3,6 +3,11 @@ on:
push: push:
branches: branches:
- main - main
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs: jobs:
build: build:
name: Build docker image name: Build docker image