Use catthehacker's Ubuntu image to run deploy job

This commit is contained in:
Maciej Pędzich 2024-02-23 19:28:36 +01:00
parent 3645899adf
commit 24d8c963a2

View File

@ -1,13 +1,10 @@
name: Build and deploy name: Build and deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
jobs: jobs:
Explore-Gitea-Actions: Build-And-Deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest:docker://catthehacker/ubuntu:act-latest
steps: steps:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build Docker image - name: Build Docker image