login ongelma
Some checks failed
Build and Push Docker Image / build (push) Failing after 23s

This commit is contained in:
2026-03-22 09:01:17 +02:00
parent 30aab04c0d
commit 4730a2716b

View File

@@ -11,13 +11,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: gitea.paddington.fi
username: ${{ gitea.actor }}
password: ${{ secrets.TOKEN }}
- name: Login to gitea
run: NODE_NO_WARNINGS=1 docker login -u make -p ${{ secrets.TOKEN }} gitea.paddington.fi
- name: Set up Buildx
uses: docker/setup-buildx-action@v3