Skip to content

Commit

Permalink
Fix promote_to_latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Nov 21, 2023
1 parent 15611dd commit 36b14d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/promote_to_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 36b14d3

Please sign in to comment.