File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717
1818 - name : Process Image
1919 run : |
20- wget https://dl.fedoraproject.org/pub/fedora/linux/releases/36/Container/x86_64/images/Fedora-Container-Minimal- Base-36-1.5.x86_64.tar.xz
21- tar -xf Fedora-Container-Minimal-Base-36-1.5.x86_64. tar.xz
20+ wget https://dl.fedoraproject.org/pub/fedora/linux/releases/36/Container/x86_64/images/Fedora-Container-Base-36-1.5.x86_64.tar.xz
21+ tar -xf * tar.xz
2222 LAYERS=$(jq -r '.[0].Layers' manifest.json)
2323 LAYER=$(echo $LAYERS | cut -d '"' -f 2)
24- mv $LAYER Fedora-Container-Minimal- Base-36.x86_64.tar
25- sha1sum Fedora-Container-Minimal- Base-36.x86_64.tar > SHA1SUMS
24+ mv $LAYER Fedora-Container-Base-36.x86_64.tar
25+ sha1sum Fedora-Container-Base-36.x86_64.tar > SHA1SUMS
2626
2727 - uses : " marvinpinto/action-automatic-releases@latest"
2828 with :
3232 automatic_release_tag : " fedora-36"
3333 title : " Fedora 36"
3434 files : |
35- Fedora-Container-Minimal- Base-36.x86_64.tar
35+ Fedora-Container-Base-36.x86_64.tar
3636 SHA1SUMS
You can’t perform that action at this time.
0 commit comments