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

This commit is contained in:
Aroy-Art 2024-02-23 17:17:27 +01:00
parent b0da70bdeb
commit bda4cdc140
Signed by: Aroy
GPG key ID: 583642324A1D2070
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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