Compare commits

...

2 commits

Author SHA1 Message Date
aabfcf10c8
Test: container options on workflow
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 23s
2025-04-23 19:40:31 +02:00
1c0a9720a3
Move: out the rootless script from workflows 2025-04-23 19:39:56 +02:00
2 changed files with 3 additions and 0 deletions

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