feat: moved from ubuntu compilation to alpine for speed
Build and Push Docker Image / build-and-push (push) Failing after 3m22s

This commit is contained in:
2026-03-06 02:22:05 +00:00
parent 76de945acc
commit 19f2de4228
+6
View File
@@ -11,7 +11,13 @@ on:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: docker:24-dind
options: --privileged
steps: steps:
- name: Install dependencies
run: apk add --no-cache git bash
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4