mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55: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:
|
jobs:
|
||||||
Build-And-Deploy:
|
Build-And-Deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: catthehacker/ubuntu:runner-22.04
|
container: catthehacker/ubuntu:act-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Docker daemon socket permissions
|
|
||||||
uses: https://github.com/imlonghao/gitea-runner-docker-permission-fix@main
|
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user