update docker image
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1h25m21s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 38s
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1h25m21s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 38s
This commit is contained in:
parent
b0da70bdeb
commit
bda4cdc140
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docker-image-rootless.yml
vendored
2
.github/workflows/docker-image-rootless.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: Push Docker image to Docker Hub
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
image: catthehacker/ubuntu:full-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: Push Docker image to Docker Hub
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-22.04
|
image: catthehacker/ubuntu:full-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- name: Check out the repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue