push and login
All checks were successful
Build and push image for doorman / docker (push) Successful in 29s
All checks were successful
Build and push image for doorman / docker (push) Successful in 29s
This commit is contained in:
parent
c0ed70e3b6
commit
b696380d34
@ -14,8 +14,5 @@ jobs:
|
|||||||
- 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.dedyn.io/martin/doorman:v1 -t gitea.chromart.dedyn.io/martin/doorman:latest
|
||||||
|
|
||||||
- name: Login to Docker
|
- name: Login and Push Docker image
|
||||||
run: echo -n '${{ secrets.PASSWORD }}' | docker login gitea.chromart.dedyn.io --username ${{ secrets.USERNAME }} --password-stdin
|
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
|
||||||
|
|
||||||
- name: Push Docker image
|
|
||||||
run: docker image push --all-tags gitea.chromart.dedyn.io/martin/doorman
|
|
||||||
Loading…
x
Reference in New Issue
Block a user