Skip to content

Commit

Permalink
Merge pull request #9 from wpears/fe-and-artifact
Browse files Browse the repository at this point in the history
Fe and artifact
  • Loading branch information
wpears authored Sep 14, 2023
2 parents 3620401 + 69f336f commit e0ca5e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
run: yarn run build

- name: Run the build process with Docker
container:
image: ghcr.io/${{ github.repository }}-builder:main
volumes:
- ${{ github.workspace }}:/cfgov
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
run: ./_build.sh
uses: addnab/docker-run-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
image: ghcr.io/${{ github.repository }}-builder:main
options: -v ${{ github.workspace }}:/cfgov
run: ./_build.sh

- name: Upload arifact
uses: keithweaver/[email protected]
Expand Down

0 comments on commit e0ca5e3

Please sign in to comment.