ci: testing another possible fix
Build and Deploy / build-docker (push) Failing after 6s Details

This commit is contained in:
antifallobst 2023-10-12 19:56:23 +02:00
parent 1b6118b582
commit c57462caf8
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 5 additions and 1 deletions

View File

@ -8,10 +8,14 @@ on:
jobs:
build-docker:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fixing CGroups
run: |
sudo sed -E -i 's/#(rc_cgroup_mode).*/\1="unified"/' /etc/rc.conf
sudo service cgroups restart
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build