Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avaidyam authored May 3, 2021
1 parent 1bc305b commit 1d2c855
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
- uses: actions/checkout@v1
- uses: jerray/[email protected]
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: ${{ secrets.DOCKER_REGISTRY }}
repository: ${{ secrets.DOCKER_REPOSITORY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: 'bidmcdigitalpsychiatry/lamp-app-gateway'
auto_tag: true

0 comments on commit 1d2c855

Please sign in to comment.