From 118330fa07fbe8274e069693d4a71e791095e39b Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Mon, 11 Nov 2024 09:58:16 +0100 Subject: [PATCH] Get jib variables from Github --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6706d1a..3a35b185 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,14 @@ on: pull_request: branches: [ master ] +env: + CONTAINER_REPO: ${{ env.REGISTRY }} + CONTAINER_REGISTRY_USER: ${{ github.actor }} + CONTAINER_REGISTORY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} + jobs: - unit-tests: + build: runs-on: ubuntu-latest strategy: