Compare commits

..

1 Commits

Author SHA1 Message Date
b96b506af4 finally like this? 2024-05-25 10:50:41 +02:00

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