From 980d5eaa1ca8aae3a42088d85d90e5c2c396de9f Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Thu, 10 Apr 2025 00:23:12 +0200 Subject: [PATCH] test --- .forgejo/workflows/publish.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 8d46552..9434905 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -44,11 +44,6 @@ jobs: options: --privileged environment: deploy steps: - - name: Prepare environment variables - run: | - echo "$HOME/.local/bin" >> "$GITHUB_PATH" - echo REGISTRY=${{ env.FORGEJO_HOST }} >> $GITHUB_ENV - - name: Checkout the repo uses: actions/checkout@v4