diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e338daa..80af307 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: - name: Login to Docker registry run: podman login --tls-verify=false gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }} + - name: Build image + run: podman build . + # type-check: # runs-on: ubuntu-latest # container: