Test to set docker image to docker in docker
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 50s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 1m59s

This commit is contained in:
Aroy-Art 2024-03-25 20:02:41 +01:00
parent efcba45486
commit b41f20f0cc
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: docker
container:
image: catthehacker/ubuntu:full-latest
image: docker:latest
steps:
- name: Check out the repo
uses: actions/checkout@v2

View file

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: docker
container:
image: catthehacker/ubuntu:full-latest
image: docker:latest
steps:
- name: Check out the repo
uses: actions/checkout@v2