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