diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f030666..f3b54aa 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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