From b560608f620d99a46aa2b369892dee212341be5a Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Mon, 3 Feb 2025 09:11:15 +0100 Subject: [PATCH] removed the -x --- .forgejo/steps/push/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.forgejo/steps/push/action.yml b/.forgejo/steps/push/action.yml index 34b2f7a..0803872 100644 --- a/.forgejo/steps/push/action.yml +++ b/.forgejo/steps/push/action.yml @@ -43,7 +43,6 @@ runs: REGISTRY_AUTH_FILE: ${{env.RUNNER_TEMP}}/auth.json REGISTRY: ${{ inputs.registry }} run: | - set -x server=${REGISTRY//https:/docker:} if [[ "$server" != docker://* ]] ; then server="docker://$server"