Skip to content

Commit

Permalink
Added login to GitHub Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht9277 committed Oct 8, 2024
1 parent 2ec46d3 commit 260af08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
runs-on: docker

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

- name: Checkout
uses: actions/checkout@v1

Expand Down

0 comments on commit 260af08

Please sign in to comment.