manual login
Some checks failed
CI / build-docker-image (pull_request) Failing after 28s
CI / build-and-test (pull_request) Successful in 2m36s

This commit is contained in:
Tobias Klemp
2025-12-07 22:54:43 +01:00
parent 4b4b8826e6
commit 841024e9f3

View File

@@ -41,15 +41,11 @@ jobs:
build-docker-image: build-docker-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code # - name: Checkout code
uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: Login to Docker registry - name: Login to Docker registry
uses: docker/login-action@v3 run: docker login http://gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }}
with:
registry: gitea:3000
username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
# type-check: # type-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest