Update workflow to use docker runner and catthehacker image
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 19s

This commit is contained in:
Ben
2026-01-01 04:44:32 +00:00
parent 4ed9b23599
commit 165a00e7e4

View File

@@ -8,7 +8,9 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: docker
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout
uses: actions/checkout@v3