From 8f30bedc42a87918f4851190e1c31bdc6a5cf563 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Thu, 15 Aug 2024 12:54:00 +0000 Subject: [PATCH] Update .gitea/workflows/rust-node.yaml --- .gitea/workflows/rust-node.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/rust-node.yaml b/.gitea/workflows/rust-node.yaml index 6985dc4..b5ea8af 100644 --- a/.gitea/workflows/rust-node.yaml +++ b/.gitea/workflows/rust-node.yaml @@ -22,13 +22,19 @@ jobs: - name: Set up Docker Buildx uses: https://git.kjan.de/actions/setup-buildx-action@v3 - - name: Login to Docker Registry + - name: Login to local Docker Registry uses: https://git.kjan.de/actions/login-action@v3 with: registry: git.kjan.de 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: