Next Test
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 46s
Publish Docker rootless image / Push Docker image to Docker Hub (push) Has been cancelled

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

View file

@ -8,9 +8,9 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: docker
container:
image: docker:latest
runs-on: ubuntu-22.04
#container:
# image: docker:latest
steps:
- name: Check out the repo
uses: actions/checkout@v2