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

This commit is contained in:
Edgar P. Burkhart 2025-05-05 10:11:36 +02:00
parent dc6ba12548
commit 248981b810
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -5,9 +5,7 @@ on:
jobs:
build:
runs-on: docker
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
runs-on: ubuntu-latest
steps:
-
name: Login to Docker Hub