Next Test
This commit is contained in:
parent
ca8109bf76
commit
a818722fd2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/docker-image-rootless.yml
vendored
6
.github/workflows/docker-image-rootless.yml
vendored
|
@ -8,9 +8,9 @@ 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-22.04
|
||||||
container:
|
#container:
|
||||||
image: docker:latest
|
# image: docker:latest
|
||||||
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