Skip to content

Commit

Permalink
try authenticate
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Nov 26, 2023
1 parent 216f3f5 commit dca612e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.PAT_ANDIWAND }}

- name: Build and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit dca612e

Please sign in to comment.