Skip to content

Commit

Permalink
Merge pull request #5 from wpears/fe-and-artifact
Browse files Browse the repository at this point in the history
registry typo
  • Loading branch information
wpears authored Sep 14, 2023
2 parents 0dc5052 + e92a92f commit 7afa153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
registry: gcr.io
registry: ghcr.io
image: ${{ github.repository }}-builder:latest
options: -v ${{ github.workspace }}:/cfgov
run: ./_build.sh
Expand Down

0 comments on commit 7afa153

Please sign in to comment.