-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24cb494
commit a3ad209
Showing
19 changed files
with
723 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
uses: lerentis/[email protected] | ||
with: | ||
soci-release: 'v0.4.0' | ||
|
||
- name: Set up Docker Buildx | ||
uses: docker/[email protected] | ||
|
||
|
@@ -51,7 +51,7 @@ jobs: | |
with: | ||
config-inline: | | ||
version = 2 | ||
# persistent data location | ||
root = "/runner/build/containerd" | ||
|
@@ -66,7 +66,7 @@ jobs: | |
type=semver,pattern={{major}}.{{minor}} | ||
type=sha,prefix=,suffix=,format=short | ||
type=raw,value=main,enable=${{ github.ref == 'refs/heads/main' }} | ||
- name: Create a hash from tags | ||
env: | ||
tags: ${{ steps.meta.outputs.tags }} | ||
|
@@ -124,7 +124,7 @@ jobs: | |
echo "Pushing $tag to GHCR" | ||
sudo ctr i push --user "${{ github.repository_owner }}:${{ secrets.GHCR_PAT }}" $tag | ||
done | ||
- name: Create and push soci index | ||
env: | ||
tags: ${{ steps.meta.outputs.tags }} | ||
|
@@ -151,4 +151,3 @@ jobs: | |
# Delete the SHA image(s) from containerd store | ||
sudo ctr i rm $(sudo ctr i ls -q) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.