Updated smal workflow thing
This commit is contained in:
parent
33aa3d0ae7
commit
ddd1aefdb7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -12,9 +12,9 @@ jobs:
|
|||
- name: Login to Registry
|
||||
run: |
|
||||
echo "${{ secrets.DOCKER_PASSWD }}" | docker login \
|
||||
docker.tensamin.net \
|
||||
-u "${{ secrets.DOCKER_USER }}" \
|
||||
--password-stdin
|
||||
--password-stdin \
|
||||
docker.tensamin.net
|
||||
|
||||
- name: Build and Push
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue