From 6043276e07420843ddf7d4d5a3165da2da478150 Mon Sep 17 00:00:00 2001 From: Maarten Bosteels Date: Thu, 21 Nov 2024 14:34:42 +0100 Subject: [PATCH] push to Github Container Registry --- .github/workflows/ci-maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-maven.yml b/.github/workflows/ci-maven.yml index 2b90f8bc..93a97941 100644 --- a/.github/workflows/ci-maven.yml +++ b/.github/workflows/ci-maven.yml @@ -12,6 +12,9 @@ permissions: actions: read checks: write +env: + REGISTRY: ghcr.io + jobs: build: