diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 80af307..9b45760 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,8 +42,8 @@ jobs: runs-on: ubuntu-latest container: ringingmountain/podman steps: - # - name: Checkout code - # uses: actions/checkout@v4 + - name: Checkout code + uses: actions/checkout@v4 - name: Login to Docker registry run: podman login --tls-verify=false gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }}