ci: the time of hacky workarounds has come
Build and Deploy / build-docker (push) Failing after 4s
Details
Build and Deploy / build-docker (push) Failing after 4s
Details
This commit is contained in:
parent
d8ce7587c4
commit
667ab0c4f8
|
@ -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
|
Loading…
Reference in New Issue