From 36b14d38ec750ae97e7fecb105a3089e5e15b97d Mon Sep 17 00:00:00 2001 From: phala Date: Tue, 21 Nov 2023 11:54:45 +0100 Subject: [PATCH] Fix promote_to_latest.yml --- .github/workflows/promote_to_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/promote_to_latest.yml b/.github/workflows/promote_to_latest.yml index 98afb9f6..b07ca395 100644 --- a/.github/workflows/promote_to_latest.yml +++ b/.github/workflows/promote_to_latest.yml @@ -23,7 +23,7 @@ jobs: run: | echo "REPOSITORY=${{ env.IMG_REGISTRY_HOST }}/${{ env.IMG_REGISTRY_ORG }}/${{ env.IMG_NAME }}" >> $GITHUB_ENV - name: Promotes to latest - run: + run: | podman pull ${{ env.REPOSITORY }}:unstable podman tag ${{ env.REPOSITORY }}:unstable ${{ env.REPOSITORY }}:latest podman push ${{ env.REPOSITORY }}:latest