set to runs-on ubuntu-latest
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Waiting to run
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 39s
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Waiting to run
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 39s
This commit is contained in:
parent
e7d2ce2f30
commit
925c978f16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image-rootless.yml
vendored
2
.github/workflows/docker-image-rootless.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
push_to_registry:
|
||||
name: Push Docker image to Docker Hub
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue