TYPOFIX: runs-on
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 25s
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 25s
This commit is contained in:
parent
da6ee07762
commit
131e549841
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user