Updated workflow
This commit is contained in:
parent
8b4d5e5029
commit
cd72dd395e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -14,11 +14,10 @@ jobs:
|
|||
- name: Login
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: docker.tensamin.net
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASSWD }}
|
||||
|
||||
- name: Build & Push
|
||||
run: |
|
||||
docker build -t docker.tensamin.net/iota:latest .
|
||||
docker push docker.tensamin.net/iota:latest
|
||||
docker build -t tensamin/iota:latest .
|
||||
docker push tensamin/iota:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue