mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-16 16:20:03 +00:00
🐳 Temp remove Azure Registry from Docker build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user