[c] update container reference in workflow
Some checks failed
Build and Push Docker Image / docker-build (push) Failing after 1s

This commit is contained in:
Sangelo 2024-10-21 15:32:56 +02:00
parent b37326f215
commit f5ce64f31f

View file

@ -12,8 +12,12 @@ env:
IMAGE_NAME: ${{ gitea.repository }}
jobs:
build-and-push:
runs-on: ubuntu-22.04:docker://ghcr.io/catthehacker/ubuntu:act-22.04
docker-build:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: ⬇️ Checkout repository
uses: actions/checkout@v3