Change runner environment in GitHub Actions workflow back to ubuntu-latest-ojos
Some checks failed
Push Docker image / build (push) Failing after 1m10s

This commit is contained in:
Edgar P. Burkhart 2025-05-05 09:37:40 +02:00
parent 3ff9004d3d
commit 9cf7544350
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -5,7 +5,7 @@ on:
jobs:
build:
runs-on: docker
runs-on: ubuntu-latest-ojos
steps:
-
name: Login to Docker Hub