Compare commits
2 commits
de5e5cf4d0
...
aabfcf10c8
Author | SHA1 | Date | |
---|---|---|---|
aabfcf10c8 | |||
1c0a9720a3 |
2 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ jobs:
|
||||||
push_to_registry:
|
push_to_registry:
|
||||||
name: Push Docker image to Docker Hub
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
|
options: --privileged -v /var/run/docker.sock:/var/run/docker.sock
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue