From cd72dd395e19f2c5431df715d4b72b123dd82939 Mon Sep 17 00:00:00 2001 From: Alois Date: Fri, 28 Nov 2025 15:15:17 +0100 Subject: [PATCH] Updated workflow --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8a3ca9..4265c56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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