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