Skip to content

Commit

Permalink
fix(ci): actually log in to ghcr (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn authored Sep 28, 2023
1 parent dc20de8 commit 33972bc
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,7 @@ on:
permissions:
contents: read
id-token: write
packages: write

jobs:
build:
Expand Down Expand Up @@ -44,6 +45,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Configure registry credentials
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 33972bc

Please sign in to comment.