mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 15:45:47 +01:00
Use ubuntu:act image instead of ubuntu:runner for the job container
This commit is contained in:
parent
6de30ba40f
commit
cc888bd244
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user