Skip to content

Commit

Permalink
Login to ghcr.io in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 27, 2024
1 parent 296d6f7 commit 7c559bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

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

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

0 comments on commit 7c559bb

Please sign in to comment.