Change runner environment from ubuntu-latest to docker in GitHub Actions workflow
Some checks failed
Push Docker image / build (push) Failing after 28s

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

View file

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