ci(package): pass in correct sha

This commit is contained in:
Thomas Hobson 2021-03-14 15:07:08 +13:00
parent b029276a67
commit 02986e6a41
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" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci 05dc79d9f8884cdfe889536c95eec6a72e505706
docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci ${{ github.sha }}
ls -la /piston/*
- name: Upload package as artifact