Change build to use docker cli runner.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 4m52s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 4m52s
This commit is contained in:
parent
84428cf40f
commit
09b8e093ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue