From 093460dbfcce2507eb1fbf807760a2eb95583a56 Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Wed, 2 Apr 2025 19:18:07 +0200 Subject: [PATCH] registry debug --- .forgejo/workflows/kaniko.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/kaniko.yaml b/.forgejo/workflows/kaniko.yaml index b1a5522..c5ad233 100644 --- a/.forgejo/workflows/kaniko.yaml +++ b/.forgejo/workflows/kaniko.yaml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout the repo uses: actions/checkout@v4 + - run: echo env.REGISTRY + - run: echo ${{ env.REGISTRY }} - name: Login to the registry uses: docker/login-action@v3 with: