Change build to use docker cli runner.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 4m52s

This commit is contained in:
Cameron Redmore 2025-04-18 13:03:29 +01:00
parent 84428cf40f
commit 09b8e093ec

View file

@ -17,7 +17,7 @@ env:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest # Or specify your preferred runner type that has Docker runs-on: docker-cli # Or specify your preferred runner type that has Docker
permissions: # Needed for the action to interact with the registry permissions: # Needed for the action to interact with the registry
contents: read contents: read
packages: write # Required to push to the container registry packages: write # Required to push to the container registry