or detail oriented
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m0s

This commit is contained in:
hook-lord 2024-12-06 19:39:32 +01:00
parent f1efdb879c
commit 44b86ea7ec

View File

@ -20,7 +20,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ secrets.REGISTRY }} registry: ${{ secrets.REGISTRY }}
username: ${{ secret.USER }} username: ${{ secrets.USER }}
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image