From 398452db5f64d24b04b22765fd1a572d9cf3d1c6 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Fri, 23 Feb 2024 16:26:31 +0000 Subject: [PATCH] ytho Signed-off-by: Martyn Ranyard --- .forgejo/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index c48fbb6..c83d711 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -10,6 +10,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - run: pwd ; echo ""; ls; env - - run: docker build -t git.martyn.berlin/martyn/fat-ssh:latest . - - run: docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin - - run: docker push git.martyn.berlin/martyn/fat-ssh:latest + - run: DOCKER_HOST=tcp://localhost:2367 docker build -t git.martyn.berlin/martyn/fat-ssh:latest . + - run: DOCKER_HOST=tcp://localhost:2367 docker login -P ${{ secrets.PUSH_TOKEN }} -u martyn git.martyn.berlin + - run: DOCKER_HOST=tcp://localhost:2367 docker push git.martyn.berlin/martyn/fat-ssh:latest