add http
Some checks failed
Build and push image for Gitainer / docker (push) Failing after 4s
Build and push Doorman UI / API / docker (push) Successful in 1m21s

This commit is contained in:
Martin Dimitrov 2024-10-26 18:07:27 -07:00
parent 268265f21f
commit 490002e44e

View File

@ -15,7 +15,7 @@ jobs:
run: docker buildx build . -t gitea.chromart.cc/martin/doorman-homeassistant:v1 -t gitea.chromart.cc/martin/doorman-homeassistant:latest run: docker buildx build . -t gitea.chromart.cc/martin/doorman-homeassistant:v1 -t gitea.chromart.cc/martin/doorman-homeassistant:latest
- name: Login and Push Docker image - name: Login and Push Docker image
run: echo -n '${{ secrets.PASSWORD }}' | docker login 192.168.1.150:4500 --username ${{ secrets.USERNAME }} --password-stdin && docker image push --all-tags gitea.chromart.cc/martin/doorman-homeassistant run: echo -n '${{ secrets.PASSWORD }}' | docker login http://192.168.1.150:4500 --username ${{ secrets.USERNAME }} --password-stdin && docker image push --all-tags gitea.chromart.cc/martin/doorman-homeassistant
# deploy-gitainer: # deploy-gitainer:
# needs: docker # needs: docker