From caf57ae431d6d2927b1c4c3f2a22c03ebab9f955 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 15 Aug 2024 12:53:11 +0000 Subject: [PATCH] Update .gitea/workflows/node-ssh.yaml --- .gitea/workflows/node-ssh.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/node-ssh.yaml b/.gitea/workflows/node-ssh.yaml index 5ac9360..e72291f 100644 --- a/.gitea/workflows/node-ssh.yaml +++ b/.gitea/workflows/node-ssh.yaml @@ -29,6 +29,12 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_TOKEN }} + - name: Login to Docker.io Registry + uses: https://git.kjan.de/actions/login-action@v3 + with: + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} + - name: Build and push uses: https://git.kjan.de/actions/build-push-action@v5 with: