feature/build #1

Open
Tobi wants to merge 43 commits from feature/build into develop
Showing only changes of commit a7f016c6bf - Show all commits

View File

@@ -48,6 +48,9 @@ jobs:
- 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 }}
- name: Build image
run: podman build .
# type-check: # type-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest
# container: # container: