Skip to content

Commit

Permalink
#3 Feat: change 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sachintha00 committed Jan 17, 2024
1 parent 7e4ba2d commit 7f707ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v1

- name: Build and run Docker container
run: |
docker build -t ghcr.io/${{secrets.USERNAME}}/git-wizard:latest -f ./dockerfiles/production.Dockerfile .
docker run -e NPMJS_AUTHENTICATION_KEY=${{ secrets.NPMJS_AUTHENTICATION_KEY }} git-wizard
docker build -t ghcr.io/${{secrets.USERNAME}}/api-staging:latest -f ./dockerfiles/production.Dockerfile .
# docker run -e NPMJS_AUTHENTICATION_KEY=${{ secrets.NPMJS_AUTHENTICATION_KEY }} git-wizard

0 comments on commit 7f707ea

Please sign in to comment.