mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
ci(package): use correct docker image
This commit is contained in:
parent
fd8b8515f4
commit
b029276a67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package-pr.yaml
vendored
2
.github/workflows/package-pr.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue