update docker links
All checks were successful
Build and push image for doorman / docker (push) Successful in 1m44s

This commit is contained in:
Martin Dimitrov 2024-07-06 11:20:57 -07:00
parent 9ddb91472d
commit 17cd5e08d0

View File

@ -12,10 +12,10 @@ jobs:
name: Check out code name: Check out code
- name: Build Docker image - name: Build Docker image
run: docker build . -t gitea.chromart.dedyn.io/martin/doorman:v1 -t gitea.chromart.dedyn.io/martin/doorman:latest run: docker build . -t gitea.chromart.cc/martin/doorman:v1 -t gitea.chromart.cc/martin/doorman:latest
- name: Login and Push Docker image - name: Login and Push Docker image
run: echo -n '${{ secrets.PASSWORD }}' | docker login gitea.chromart.dedyn.io --username ${{ secrets.USERNAME }} --password-stdin && docker image push --all-tags gitea.chromart.dedyn.io/martin/doorman run: echo -n '${{ secrets.PASSWORD }}' | docker login gitea.chromart.cc --username ${{ secrets.USERNAME }} --password-stdin && docker image push --all-tags gitea.chromart.cc/martin/doorman
# deploy-portainer: # deploy-portainer:
# needs: docker # needs: docker