Use the docker:dind image
Some checks failed
build-docker-imge / Build the docker container (push) Has been cancelled

This commit is contained in:
Konstantin Hintermayer 2024-07-04 23:23:12 +02:00
parent cb5e9f2d2c
commit 8f4b6dd439

View File

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