TYPOFIX: runs-on
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 25s

This commit is contained in:
Konstantin Hintermayer 2024-07-05 19:31:38 +02:00
parent da6ee07762
commit 131e549841

View File

@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
name: Build the docker container name: Build the docker container
runs-on: ubuntu?latest runs-on: ubuntu-latest
steps: steps:
- name: "Print env" - name: "Print env"
run: echo WORKSPACE ${{ GITEA_WORKSPACE }} REPO ${{ GITEA_REPOSITORY }} REF ${{ GITEA_REF }} run: echo WORKSPACE ${{ GITEA_WORKSPACE }} REPO ${{ GITEA_REPOSITORY }} REF ${{ GITEA_REF }}