Skip to content

Commit

Permalink
Fix the state
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyanesh Mishra authored and Gyanesh Mishra committed Dec 5, 2023
1 parent 3e550ad commit 7251ac7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 149 deletions.
138 changes: 0 additions & 138 deletions .github/workflows/build-soci.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,6 @@ jobs:
sudo $SOCI_PATH push --user ${{ github.repository_owner }}:${{ secrets.GHCR_PAT }} $tag
done
- name: Push image with containerd (again) to ensure latest tag is "latest"
env:
tags: ${{ steps.meta.outputs.tags }}
run: |
# We do this because if soci index is the last one pushed, it messes up the quick start on GHCR
for tag in $tags
do
echo "Pushing $tag to GHCR"
sudo ctr i push --user "${{ github.repository_owner }}:${{ secrets.GHCR_PAT }}" $tag
done
- name: Prune older images
env:
sha_short: ${{ steps.vars.outputs.sha_short }}
Expand Down

0 comments on commit 7251ac7

Please sign in to comment.