From 24d8c963a2c3da9e47c66f9d6cf44ab1effa72e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Fri, 23 Feb 2024 19:28:36 +0100 Subject: [PATCH] Use catthehacker's Ubuntu image to run deploy job --- .gitea/workflows/build-and-deploy.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 57a1ec6..ca24c89 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -1,13 +1,10 @@ name: Build and deploy -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: - Explore-Gitea-Actions: - runs-on: ubuntu-latest + Build-And-Deploy: + runs-on: ubuntu-latest:docker://catthehacker/ubuntu:act-latest steps: - - name: Install Docker - run: curl -fsSL https://get.docker.com | sh - name: Check out repository code uses: actions/checkout@v3 - name: Build Docker image