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

This commit is contained in:
Aroy-Art 2024-02-23 16:33:34 +01:00
parent e7d2ce2f30
commit 925c978f16
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -8,7 +8,7 @@ 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: docker runs-on: ubuntu-latest
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v2 uses: actions/checkout@v2