From 2ea71d8f73745398b4c2bb65ab6f9637275a5609 Mon Sep 17 00:00:00 2001 From: asandikci Date: Fri, 15 Nov 2024 18:48:01 +0300 Subject: [PATCH] Update .github/workflows/build_and_test.yml --- .github/workflows/build_and_test.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ac10408..6b34a2e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -23,15 +23,8 @@ jobs: build_deploy: runs-on: docker container: - image: bitnami/minideb:bookworm-arm64 - steps: - - name: Setup System Resources & Settings - run: | - apt-get update -y - apt-get upgrade -y - apt-get install git sshpass ruby-dev build-essential jekyll -y - # no need to these after using own docker image! (see asandikci/DockerTests) - + image: git.asandikci.com/docker-images/website_builder:latest + steps: - name: Health Check [CI TEST] run: | ls -la