Skip to content

Commit

Permalink
Merge pull request #6 from wpears/fe-and-artifact
Browse files Browse the repository at this point in the history
provide un/pw for ghcr
  • Loading branch information
wpears authored Sep 14, 2023
2 parents 7afa153 + 31634d0 commit 910fcb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
uses: addnab/docker-run-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
image: ${{ github.repository }}-builder:latest
options: -v ${{ github.workspace }}:/cfgov
run: ./_build.sh
Expand Down

0 comments on commit 910fcb2

Please sign in to comment.