ci: the time of hacky workarounds has come
Build and Deploy / build-docker (push) Failing after 4s Details

This commit is contained in:
antifallobst 2023-10-12 00:31:54 +02:00
parent d8ce7587c4
commit 667ab0c4f8
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,9 @@ jobs:
build-docker:
runs-on: ubuntu-latest
steps:
- name: Fixing Environment
run: |
echo "rc_cgroup_mode=\"unified\"" >> /etc/rc/conf
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
@ -20,8 +23,6 @@ jobs:
context: .
load: true
tags: nerdcult_frontend:latest
- name: Build Docker Image
run: docker build -t nerdcult_frontend .
- name: Inspect
run: |
docker image inspect nerdcult_frontend:latest