push and login
All checks were successful
Build and push image for doorman / docker (push) Successful in 29s

This commit is contained in:
Martin Dimitrov 2024-02-25 10:41:58 -08:00
parent c0ed70e3b6
commit b696380d34

View File

@ -14,8 +14,5 @@ jobs:
- name: Build Docker image
run: docker build . -t gitea.chromart.dedyn.io/martin/doorman:v1 -t gitea.chromart.dedyn.io/martin/doorman:latest
- name: Login to Docker
run: echo -n '${{ secrets.PASSWORD }}' | docker login gitea.chromart.dedyn.io --username ${{ secrets.USERNAME }} --password-stdin
- name: Push Docker image
run: docker image push --all-tags gitea.chromart.dedyn.io/martin/doorman
- 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