Skip to content

Commit

Permalink
login to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
mojojoji committed Nov 21, 2023
1 parent 8a805ae commit f84c86c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

- name: Pre-build dev container image
uses: devcontainers/ci@v0.3
with:
Expand Down

0 comments on commit f84c86c

Please sign in to comment.