Skip to content

Commit

Permalink
ci: add missing docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiebel committed Jan 15, 2025
1 parent 519442d commit c838519
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
runs-on: 'ubuntu-latest'
steps:

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

- name: 'Set up Docker Buildx'
uses: 'docker/setup-buildx-action@v3'

Expand Down

0 comments on commit c838519

Please sign in to comment.