From 5ee8ada0f7660e8d39370de7585f7a215fada666 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Fri, 1 Sep 2023 23:58:22 +0200 Subject: [PATCH] Attempt another release fix --- .forgejo/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index aa0d1bd..bcdee4f 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -29,5 +29,7 @@ jobs: tags: | ${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }} ${REGISTRY}/${IMAGE_NAMESPACE}:latest + env: + ACTIONS_RUNTIME_TOKEN: '' #https://gitea.com/gitea/act_runner/issues/119#issuecomment-738294 - name: Inspect image run: ${REGISTRY}/${IMAGE_NAMESPACE}:${{ github.ref_name }}