From 2cceb2137f6992b8af256453c028883f92bf100a Mon Sep 17 00:00:00 2001 From: Florian Wilhelm <2292245+fwilhe@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:53:46 +0000 Subject: [PATCH] no set -x --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6184995..0cd0b19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,6 @@ jobs: run: | SHA=$(git rev-parse HEAD) podman login -u token -p ${{ github.token }} ghcr.io - set -x podman pull ghcr.io/${{ github.repository }}:amd64-"$SHA" podman pull ghcr.io/${{ github.repository }}:arm64-"$SHA" podman manifest create ghcr.io/${{ github.repository }}:${{ steps.bump.outputs.newVersion }}