Skip to content

Commit

Permalink
no set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Dec 19, 2023
1 parent 2adcb02 commit 2cceb21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2cceb21

Please sign in to comment.