GOD DAMN DOCKER
Some checks failed
release / Build and push Docker image (push) Failing after 2m53s

This commit is contained in:
2025-01-04 16:13:04 +03:30
parent b73118266c
commit 68895724d7

View File

@@ -18,12 +18,12 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
install: true
- name: Log in to Container registry
uses: docker/login-action@v2
with:
registry: git.mahdium.ir
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
# - name: Log in to Container registry
# uses: docker/login-action@v2
# with:
# registry: git.mahdium.ir
# username: ${{ secrets.USERNAME }}
# password: ${{ secrets.PASSWORD }}
# - name: Cache Docker layers
# id: cache-layers
# uses: actions/cache@v3