mirror of https://github.com/Lissy93/dashy.git
🔧 Re-enable GHCR Docker Push
This commit is contained in:
parent
a6e685b5e1
commit
794fa57956
|
@ -42,7 +42,7 @@ jobs:
|
|||
with:
|
||||
images: |
|
||||
${{ env.DH_IMAGE }}
|
||||
# ghcr.io/${{ env.GH_IMAGE }}
|
||||
ghcr.io/${{ env.GH_IMAGE }}
|
||||
# ${{ secrets.ACR_SERVER }}/${{ secrets.ACR_USERNAME }}
|
||||
tags: |
|
||||
type=ref,event=tag,prefix=release-,suffix={{tag}}
|
||||
|
@ -67,12 +67,12 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
# - name: 🔑 Login to GitHub Container Registry
|
||||
# uses: docker/login-action@v1
|
||||
# with:
|
||||
# registry: ghcr.io
|
||||
# username: ${{ github.repository_owner }}
|
||||
# password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: 🔑 Login to GitHub Container Registry
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# - name: 🔑 Login to Azure Container Registry
|
||||
# uses: docker/login-action@v1
|
||||
|
|
Loading…
Reference in New Issue