Projects STRLCPY hiphp Commits 5d63bd14
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    .github/workflows/gcr.yml
    skipped 10 lines
    11 11   steps:
    12 12   #- uses: docker/login-action@v2
    13 13   - name: login to GitHub Container Registry
    14  - run: docker login ghcr.io -u ${{ github.actor }} -p ${{ github.actor }}
     14 + run: docker login ghcr.io -u ${{ github.actor }} -p ${{ secrets.CR_PAT }}
    15 15   - uses: actions/checkout@v2
    16 16   - name: create image from repository
    17 17   run: docker build -t ghcr.io/${{ github.actor }}/hiphp .
    skipped 3 lines
Please wait...
Page is in error, reload to recover