Skip to content

Commit

Permalink
Merge pull request #11 from wpears/fe-and-artifact
Browse files Browse the repository at this point in the history
debugging image
  • Loading branch information
wpears authored Sep 14, 2023
2 parents 0ab6135 + b3fe256 commit c458388
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
image: ghcr.io/${{ github.repository }}-builder:main
options: -v ${{ github.workspace }}:/cfgov
run: ./_build.sh
run: |
which python
which python3
/etc/profile.d/scl_python.sh
./_build.sh
- name: Upload arifact
uses: keithweaver/[email protected]
Expand Down

0 comments on commit c458388

Please sign in to comment.