Use ubuntu:act image instead of ubuntu:runner for the job container

This commit is contained in:
Maciej Pędzich 2024-03-26 17:25:27 +01:00
parent 6de30ba40f
commit cc888bd244

View File

@ -4,10 +4,8 @@ on: [push]
jobs:
Build-And-Deploy:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:runner-22.04
container: catthehacker/ubuntu:act-22.04
steps:
- name: Set up Docker daemon socket permissions
uses: https://github.com/imlonghao/gitea-runner-docker-permission-fix@main
- name: Check out repository code
uses: actions/checkout@v3
- name: Build Docker image