fix(ci): use ubuntu-latest runner label instead of nonexistent docker label
Publish Docker image / build-and-push (push) Failing after 1m7s
Publish Docker image / build-and-push (push) Failing after 1m7s
act_runner's default registration only exposes ubuntu-latest (and similar ubuntu-* labels); "docker" isn't a real label unless a runner was explicitly configured with it.
This commit is contained in:
@@ -11,7 +11,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user