uf
Some checks failed
CI / build-docker-image (pull_request) Failing after 1m30s
CI / build-and-test (pull_request) Successful in 3m16s

This commit is contained in:
Tobias Klemp
2025-12-07 23:08:16 +01:00
parent 06f304f9cb
commit 1d81240104

View File

@@ -40,12 +40,13 @@ jobs:
build-docker-image:
runs-on: ubuntu-latest
container: ringingmountain/podman
steps:
# - name: Checkout code
# uses: actions/checkout@v4
- name: Login to Docker registry
run: docker login gitea --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }}
run: podman login --tls-verify=false gitea --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }}
# type-check:
# runs-on: ubuntu-latest