Skip to content

Commit

Permalink
Merge pull request #289 from pehala/fix_promote
Browse files Browse the repository at this point in the history
Fix promote_to_latest.yml
  • Loading branch information
pehala authored Nov 21, 2023
2 parents e1f30b8 + 36b14d3 commit 7cc3603
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 7cc3603

Please sign in to comment.