Skip to content

Commit

Permalink
Update github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chanrithdeepsearch committed Aug 16, 2022
1 parent 7a52c56 commit ecffb65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to DockerHub
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
registry: ghcr.io
username: ${{ secrets.PACKAGES_WRITE_USERNAME }}
password: ${{ secrets.PACKAGES_WRITE_PASSWORD }}

- name: Build and push client image
working-directory: app/client
Expand Down

0 comments on commit ecffb65

Please sign in to comment.