10
Some checks failed
ci / docker (push) Failing after 15s

This commit is contained in:
2025-11-06 21:16:42 +01:00
parent 8685ae1d33
commit da0f4dd2fb

View File

@@ -4,16 +4,11 @@ on: [push]
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
container: container: docker:latest
image: gitea/runner-images:ubuntu-latest
steps: steps:
- name: Install docker - name: PSlist
run: | run: ps ax
apt-get update
apt-get install curl
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Docker login - name: Docker login