diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 0282db1..c89829a 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -24,7 +24,8 @@ jobs: greet: # The type of runner that the job will run on runs-on: ubuntu-latest - docker: 'ghcr.io/void-linux/void-musl-full:latest' + container: + image: 'ghcr.io/void-linux/void-musl-full:latest' # Steps represent a sequence of tasks that will be executed as part of the job steps: # Runs a single command using the runners shell