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
|
- name: Login to Registry
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.DOCKER_PASSWD }}" | docker login \
|
echo "${{ secrets.DOCKER_PASSWD }}" | docker login \
|
||||||
docker.tensamin.net \
|
|
||||||
-u "${{ secrets.DOCKER_USER }}" \
|
-u "${{ secrets.DOCKER_USER }}" \
|
||||||
--password-stdin
|
--password-stdin \
|
||||||
|
docker.tensamin.net
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue