Test: container options on workflow
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 23s

This commit is contained in:
Aroy-Art 2025-04-23 19:40:31 +02:00
parent 1c0a9720a3
commit aabfcf10c8
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -9,6 +9,9 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Check out the repo
uses: actions/checkout@v2