From 5111ee96479065ed66d8c99eca39f9c932a7c97a Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 24 Apr 2025 16:29:59 -0400 Subject: [PATCH] update workflow --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b548799..0ed94c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build And Publish Docker +name: Build And Publish on: push: @@ -7,8 +7,8 @@ on: jobs: - build-latest: - container: ghcr.io/catthehacker/ubuntu:act-22.04 + build: + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3