fixing runner tag from docker to ubuntu-latest
Docker Publish / build-and-push (push) Failing after 9s

This commit is contained in:
Florian Walther
2026-05-01 19:20:24 +02:00
parent 205f664ac0
commit 5ec92f1a7c
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs: jobs:
build-and-push: build-and-push:
runs-on: docker runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@main uses: actions/checkout@main