Skip to content

Commit

Permalink
Login to GHCR
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspade committed May 28, 2023
1 parent 3461f82 commit 8d6bead
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
- name: Compile frontend
run: sbt 'frontend / Compile / fullLinkJS'

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

- name: Build and push frontend Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 8d6bead

Please sign in to comment.