Skip to content

Commit

Permalink
debugging image
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Sep 14, 2023
1 parent 008e697 commit b3fe256
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 b3fe256

Please sign in to comment.