Skip to content

Commit

Permalink
Explicitly added ghcr.io as registry
Browse files Browse the repository at this point in the history
  • Loading branch information
meffmadd committed Jul 8, 2024
1 parent 5a6e084 commit c1099ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- changed-dirs
# if: startsWith(needs.init.outputs.changeDirs, 'operator') || startsWith(needs.init.outputs.changeDirs, 'server')
if: startsWith(needs.init.outputs.changeDirs, 'operator') || startsWith(needs.init.outputs.changeDirs, 'server')
strategy:
matrix:
include:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit c1099ab

Please sign in to comment.