File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed
Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ * .tar.gz filter =lfs diff =lfs merge =lfs - text
Original file line number Diff line number Diff line change 4545 if : ${{ github.repository_owner == 'libretime' }}
4646 steps :
4747 - uses : actions/checkout@v5
48+ with :
49+ lfs : true
4850
4951 - uses : docker/setup-buildx-action@v3
5052
6264 username : ${{ secrets.DOCKERHUB_USERNAME }}
6365 password : ${{ secrets.DOCKERHUB_TOKEN }}
6466
65- - run : make icecast-${{ matrix.version }}.tar.gz
67+ - run : make checksum
6668
6769 - uses : docker/metadata-action@v5
6870 id : meta
Original file line number Diff line number Diff line change 1- * .tar.gz
Original file line number Diff line number Diff line change @@ -4,12 +4,10 @@ IMAGE = ghcr.io/libretime/icecast
44
55all : build
66
7- tarballs : $(TARBALLS )
8- $(TARBALLS ) :
9- wget -q http://downloads.xiph.org/releases/icecast/$@
7+ checksum :
108 sha512sum --ignore-missing --check SHA512SUMS.txt
119
12- $(VERSIONS ) : $(TARBALLS )
10+ $(VERSIONS ) : $(TARBALLS ) checksum
1311 docker build \
1412 --file debian.dockerfile \
1513 --pull \
Original file line number Diff line number Diff line change 1+ version https://git-lfs.github.com/spec/v1
2+ oid sha256:49b5979f9f614140b6a38046154203ee28218d8fc549888596a683ad604e4d44
3+ size 2360592
You can’t perform that action at this time.
0 commit comments