mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
temp build samarium
This commit is contained in:
parent
9752e43995
commit
b37260f465
1 changed files with 2 additions and 1 deletions
3
.github/workflows/package-push.yaml
vendored
3
.github/workflows/package-push.yaml
vendored
|
@ -31,7 +31,8 @@ jobs:
|
|||
|
||||
- name: Build Packages
|
||||
run: |
|
||||
PACKAGES=$(jq '.[]' -r ${HOME}/files*.json | awk -F/ '$1~/packages/ && $2 && $3{ print $2 "-" $3 }' | sort -u)
|
||||
# PACKAGES=$(jq '.[]' -r ${HOME}/files*.json | awk -F/ '$1~/packages/ && $2 && $3{ print $2 "-" $3 }' | sort -u)
|
||||
PACKAGES="samarium-0.4.0 samarium-0.3.1"
|
||||
echo "Packages: $PACKAGES"
|
||||
docker pull docker.pkg.github.com/endercheif/piston/repo-builder:latest
|
||||
docker build -t repo-builder repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue