Skip to content

Commit

Permalink
fix: add ghcr login
Browse files Browse the repository at this point in the history
  • Loading branch information
eberkund committed Feb 10, 2023
1 parent 3271f27 commit 827cd57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
sudo apt-get update -qq
sudo apt-get install -qq boxes
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/metadata-action@v4
id: meta
env:
Expand Down

0 comments on commit 827cd57

Please sign in to comment.