Change runner environment from ubuntu-latest to docker in GitHub Actions workflow
Some checks failed
Push Docker image / build (push) Failing after 28s
Some checks failed
Push Docker image / build (push) Failing after 28s
This commit is contained in:
parent
debd79700e
commit
3ff9004d3d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
-
|
||||
name: Login to Docker Hub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue