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 uses: docker/setup-buildx-action@v2
with: with:
install: true install: true
- name: Log in to Container registry # - name: Log in to Container registry
uses: docker/login-action@v2 # uses: docker/login-action@v2
with: # with:
registry: git.mahdium.ir # registry: git.mahdium.ir
username: ${{ secrets.USERNAME }} # username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }} # password: ${{ secrets.PASSWORD }}
# - name: Cache Docker layers # - name: Cache Docker layers
# id: cache-layers # id: cache-layers
# uses: actions/cache@v3 # uses: actions/cache@v3