Test: docker-cli image
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m22s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 1m12s

This commit is contained in:
Aroy-Art 2024-05-22 23:28:28 +02:00
parent 15d515d9a3
commit ca8109bf76
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

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