Skip to content

Commit

Permalink
login to reg
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkarlsen committed Sep 7, 2023
1 parent 8a2c29a commit 6a6a8ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ jobs:
- uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: 'Login to GitHub Container Registry'
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- run: |
make docker-buildx docker-push

0 comments on commit 6a6a8ce

Please sign in to comment.