Skip to content

Commit

Permalink
GHCR login
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Feb 12, 2024
1 parent 1f86941 commit 568842a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ jobs:
- name: Install `just`
uses: extractions/setup-just@v1

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

- name: Check out `ndc-postgres`
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 568842a

Please sign in to comment.