debug
release-tag / release-image (push) Failing after 15s

This commit is contained in:
2024-08-02 14:28:03 +02:00
parent 4a22634132
commit c4eeff895c
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Login to Registry - name: Login to Registry
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: 192.168.0.29:3000 # replace it with your local IP registry: http://192.168.0.29:3000 # replace it with your local IP
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}