[main]: install curl in dockerfile
Build and Push Docker Image / build (push) Failing after 14m57s

This commit is contained in:
John Gatward
2026-08-04 20:58:01 +01:00
parent c7dedf471d
commit 699a969a81
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
docker buildx create --name ci-builder --driver docker-container --use || docker buildx use ci-builder
docker buildx inspect --bootstrap
- name: Build and push image (with cache)
- name: Build and push image
run: |
docker buildx build \
--pull \