ci(package): use correct docker image

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

View File

@ -27,7 +27,7 @@ jobs:
- name: Build Packages
run: |
docker run -v "${{ github.workspace }}:/piston" piston_fs_repo --ci 05dc79d9f8884cdfe889536c95eec6a72e505706
docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci 05dc79d9f8884cdfe889536c95eec6a72e505706
ls -la /piston/*
- name: Upload package as artifact