ci(package): test
This commit is contained in:
parent
7bca798c0b
commit
2c1ca22cdd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue