Skip to content

Commit

Permalink
fix(ci): push image to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Sep 8, 2023
1 parent 722ec5d commit 69f098e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish-ember.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
run: yarn build
working-directory: ${{env.ember-dir}}

- name: Login to Dockerhub
uses: docker/login-action@v1
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 69f098e

Please sign in to comment.