change tun-on from docker to ubuntu-latest in docker-build.yaml
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m27s

This commit is contained in:
2025-05-24 18:22:46 +02:00
parent ff9972e944
commit 28f7a80377

View File

@ -7,7 +7,7 @@ on:
jobs:
build_and_push:
runs-on: docker
runs-on: ubuntu-latest #docker
steps:
- name: Checkout code
uses: actions/checkout@v3