mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🚧 Temporarily removes GHCR
This commit is contained in:
parent
3e35b56414
commit
4f0af68c5f
1 changed files with 6 additions and 6 deletions
12
.github/workflows/docker-build-publish.yml
vendored
12
.github/workflows/docker-build-publish.yml
vendored
|
|
@ -67,12 +67,12 @@ jobs:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: 🔑 Login to GitHub Container Registry
|
# - name: 🔑 Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v1
|
# uses: docker/login-action@v1
|
||||||
with:
|
# with:
|
||||||
registry: ghcr.io
|
# registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
# username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# - name: 🔑 Login to Azure Container Registry
|
# - name: 🔑 Login to Azure Container Registry
|
||||||
# uses: docker/login-action@v1
|
# uses: docker/login-action@v1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue