ci: testing using the self-hosted label
Build and Deploy / build-docker (push) Failing after 3s Details

This commit is contained in:
antifallobst 2023-10-12 19:49:22 +02:00
parent ade2d99abf
commit 1b6118b582
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 1 additions and 4 deletions

View File

@ -8,11 +8,8 @@ on:
jobs:
build-docker:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Fixing Environment
run: |
echo "rc_cgroup_mode=\"unified\"" >> /etc/rc.conf
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx