feature/build #1

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

View File

@@ -40,12 +40,13 @@ jobs:
build-docker-image: build-docker-image:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ringingmountain/podman
steps: steps:
# - name: Checkout code # - name: Checkout code
# uses: actions/checkout@v4 # uses: actions/checkout@v4
- name: Login to Docker registry - 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: # type-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest