wut
Some checks failed
CI / build-docker-image (pull_request) Failing after 29s
CI / build-and-test (pull_request) Successful in 3m10s

This commit is contained in:
Tobias Klemp
2025-12-07 23:15:09 +01:00
parent 1472b7be45
commit a7f016c6bf

View File

@@ -48,6 +48,9 @@ jobs:
- name: Login to Docker registry - name: Login to Docker registry
run: podman login --tls-verify=false gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }} run: podman login --tls-verify=false gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }}
- name: Build image
run: podman build .
# type-check: # type-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# container: # container: