Skip to content

Commit

Permalink
Use container for package step
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Aug 21, 2024
1 parent aaa89c7 commit 26011e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ jobs:
package:
name: Package
runs-on: ubuntu-latest
container:
image: ghcr.io/tektronix/tsp-toolkit-build:latest
credentials:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
needs: build
strategy:
matrix:
Expand Down

0 comments on commit 26011e3

Please sign in to comment.