mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
fix pkg build action for when pkg files are deleted
This commit is contained in:
parent
b654a77ced
commit
0f440c082b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/package-push.yaml
vendored
2
.github/workflows/package-push.yaml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Build Packages
|
||||
run: |
|
||||
PACKAGES=$(jq '.[]' -r ${HOME}/files.json | awk -F/ '{ print $2 "-" $3 }' | sort -u)
|
||||
PACKAGES=$(jq '.[]' -r ${HOME}/files*.json | awk -F/ '$1~/packages/ && $2 && $3{ print $2 "-" $3 }' | sort -u)
|
||||
echo "Packages: $PACKAGES"
|
||||
docker pull docker.pkg.github.com/engineer-man/piston/repo-builder:latest
|
||||
docker build -t repo-builder repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue