diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f152547..1538a11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,13 @@ on: jobs: build_and_push: runs-on: ubuntu-latest - - container: - image: ghcr.io/catthehacker/ubuntu:act-latest + + services: + my_docker: + image: ghcr.io/catthehacker/ubuntu:act-latest + ports: + - 2367:2367 + options: --name my_container steps: - name: Checkout repository