Skip to content

Commit

Permalink
Merge pull request #6 from awharn-docker/fix-self-hosted-ci
Browse files Browse the repository at this point in the history
Fix self hosted CI
  • Loading branch information
awharn authored Jul 24, 2024
2 parents a382be9 + 14fa03b commit cff0e1a
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 @@ -65,13 +65,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 cff0e1a

Please sign in to comment.