From b4346ff414f16e504e6dda0e4ccffb1129fce557 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Tue, 21 Jan 2025 19:34:40 +0100 Subject: [PATCH] change pipeline actions --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 94307cd..f97662a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -4,8 +4,8 @@ jobs: build: runs-on: remote steps: - - uses: actions/checkout@v4 - - uses: docker/login-action@v1 + - uses: https://git.simonis.lol/actions/checkout@v4 + - uses: https://git.simonis.lol/actions/login@v1 with: registry: git.simonis.lol username: ${{ vars.DOCKER_USER }}