Skip to content

Commit

Permalink
Merge pull request #9 from awharn-docker/fix-self-hosted-ci
Browse files Browse the repository at this point in the history
Disable Docker Logout
  • Loading branch information
awharn authored Jul 24, 2024
2 parents e581b79 + 5c1f444 commit 636b67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@ jobs:
with:
username: awharn
password: ${{ secrets.DOCKERHUB_TOKEN }}
logout: false

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

- name: Build & Push
id: build
Expand Down

0 comments on commit 636b67c

Please sign in to comment.