Test: container options on workflow
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 23s
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 23s
This commit is contained in:
parent
1c0a9720a3
commit
aabfcf10c8
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue