mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2024-11-23 05:59:41 +00:00
Disable GHCR login for now
This commit is contained in:
parent
351a6a7c73
commit
7c5824fafb
12
.github/workflows/release-build.yaml
vendored
12
.github/workflows/release-build.yaml
vendored
@ -45,12 +45,12 @@ jobs:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
- name: "Log in to the GHCR Container registry"
|
||||
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
# - name: "Log in to the GHCR Container registry"
|
||||
# uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ secrets.GHCR_USERNAME }}
|
||||
# password: ${{ secrets.GHCR_TOKEN }}
|
||||
|
||||
- name: "Run builder for Docker containers"
|
||||
run: |-
|
||||
|
Loading…
Reference in New Issue
Block a user