feature/build #1

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

View File

@@ -41,15 +41,11 @@ jobs:
build-docker-image:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
# - name: Checkout code
# uses: actions/checkout@v4
- name: Login to Docker registry
uses: docker/login-action@v3
with:
registry: gitea:3000
username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_ACCESS_TOKEN }}
run: docker login http://gitea:3000 --username ${{ github.actor }} --password ${{ secrets.REGISTRY_ACCESS_TOKEN }}
# type-check:
# runs-on: ubuntu-latest