Skip to content

Commit

Permalink
Authenticate
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 committed Sep 6, 2024
1 parent ef9abbe commit fbfefa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
with:
submodules: true

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

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

0 comments on commit fbfefa6

Please sign in to comment.