Next test with debian node image
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 3m51s
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) Failing after 3m51s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 39s
This commit is contained in:
parent
a818722fd2
commit
dc21ee9b3b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker-image-rootless.yml
vendored
6
.github/workflows/docker-image-rootless.yml
vendored
|
@ -8,9 +8,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to Docker Hub
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: ubuntu-22.04
|
runs-on: docker
|
||||||
#container:
|
container:
|
||||||
# image: docker:latest
|
image: node:20-bullseye
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue