diff --git a/.gitea/workflows/build_image.yaml b/.gitea/workflows/build_image.yaml index f85d3a6..7a7198f 100644 --- a/.gitea/workflows/build_image.yaml +++ b/.gitea/workflows/build_image.yaml @@ -27,7 +27,7 @@ jobs: # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx - uses: docker/setup-buildx-action@v2 + uses: github.com/docker/setup-buildx-action@v2 # Login against a Docker registry except on PR # https://github.com/docker/login-action @@ -35,7 +35,7 @@ jobs: env: REGISTRY: registry.jingoh.fr #if: gitea.event_name != 'pull_request' - uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c + uses: github.com/docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c with: registry: ${{ env.REGISTRY }} username: ${{ secrets.GIT_USER }}