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: jobs:
build: build:
name: Build the docker container name: Build the docker container
runs-on: ubuntu-latest runs-on: docker: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 }}