Skip to content

Commit

Permalink
Added back GitHub login action
Browse files Browse the repository at this point in the history
  • Loading branch information
dolsysmith authored Apr 3, 2024
1 parent f0ceec5 commit f468c99
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ jobs:
repository: gwu-libraries/jekyll-journals
# Using SSH to authenticate with this private repo
ssh-key: ${{ secrets.JEKYLL_JOURNALS_REPO_KEY }}
# Uses the `docker/login-action` action to log in to the Container registry registry.
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# Retrieve our modified Jekyll image from GHCR
- name: Build site inside Docker container
with:
ssh-key: ${{ secrets.JEKYLL_JOURNALS_REPO_KEY }}
run: |
mkdir ${PWD}/builds
docker pull ghcr.io/gwu-libraries/jekyll-journals-builder:main
Expand Down

0 comments on commit f468c99

Please sign in to comment.