checkout code
Some checks failed
CI / build-docker-image (pull_request) Failing after 32s
CI / build-and-test (pull_request) Successful in 3m47s

This commit is contained in:
Tobias Klemp
2025-12-07 23:16:43 +01:00
parent a7f016c6bf
commit 0f398e1683

View File

@@ -42,8 +42,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ringingmountain/podman container: ringingmountain/podman
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
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 }}