mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-28 08:04:46 +02:00
🐳 Temp remove Azure Registry from Docker build
This commit is contained in:
parent
3f81acd47e
commit
6ee0097152
12
.github/workflows/docker-build-publish.yml
vendored
12
.github/workflows/docker-build-publish.yml
vendored
@ -74,12 +74,12 @@ jobs:
|
|||||||
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
|
||||||
with:
|
# with:
|
||||||
registry: ${{ secrets.ACR_SERVER }}
|
# registry: ${{ secrets.ACR_SERVER }}
|
||||||
username: ${{ secrets.ACR_USERNAME }}
|
# username: ${{ secrets.ACR_USERNAME }}
|
||||||
password: ${{ secrets.ACR_PASSWORD }}
|
# password: ${{ secrets.ACR_PASSWORD }}
|
||||||
|
|
||||||
- name: 🚦 Check Registry Status
|
- name: 🚦 Check Registry Status
|
||||||
uses: crazy-max/ghaction-docker-status@v1
|
uses: crazy-max/ghaction-docker-status@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user