finally like this?
Some checks failed
Build and docker image / Build (pull_request) Has been cancelled

This commit is contained in:
Remy Moll 2024-05-21 11:29:42 +02:00
parent 7b056454ab
commit b96b506af4

View File

@ -8,14 +8,9 @@ name: Build and docker image
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ubuntu:latest
steps:
- name: Install prerequisites
run: |
apt update
apt install -y docker
- uses: https://gitea.com/actions/checkout@v4
- name: Docker login