ci(package): test

This commit is contained in:
Thomas Hobson 2021-03-14 16:41:52 +13:00
parent 7bca798c0b
commit 2c1ca22cdd
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 7 additions and 2 deletions

View File

@ -24,10 +24,15 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
- name: Get list of changed files
uses: lots0logs/gh-action-get-changed-files@2.1.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build Packages
run: |
git diff --name-only HEAD^1 HEAD
cat ${HOME}/files.json
echo docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --no-server
ls -la packages