mirror of https://github.com/Lissy93/dashy.git
🚧 Temp removes GHCR + ACR
This commit is contained in:
parent
4f0af68c5f
commit
a6e685b5e1
|
@ -42,8 +42,8 @@ jobs:
|
|||
with:
|
||||
images: |
|
||||
${{ env.DH_IMAGE }}
|
||||
ghcr.io/${{ env.GH_IMAGE }}
|
||||
${{ secrets.ACR_SERVER }}/${{ secrets.ACR_USERNAME }}
|
||||
# ghcr.io/${{ env.GH_IMAGE }}
|
||||
# ${{ secrets.ACR_SERVER }}/${{ secrets.ACR_USERNAME }}
|
||||
tags: |
|
||||
type=ref,event=tag,prefix=release-,suffix={{tag}}
|
||||
type=semver,pattern={{raw}},value=${{ steps.package-version.outputs.version }}
|
||||
|
|
Loading…
Reference in New Issue