From 75bc55a4da58a699ca6e89fd356a316babfd39c9 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 8 Jan 2024 17:00:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B7=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a71a35a..8cba7f5 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,10 +6,10 @@ jobs: build_and_push: runs-on: ubuntu-latest container: - image: docker:23.0 + image: catthehacker/ubuntu:act-latest steps: - # - name: Checkout - # uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume + - name: Checkout + uses: actions/checkout@v2 # Required to mount the Github Workspace to a volume - name: Login to Docker Hub uses: https://github.com/docker/login-action@v3 with: