chore(): Migrates to the custom built container image
Some checks failed
build-container / docker (push) Failing after 2s

- Clean up of unnecessary steps
This commit is contained in:
Elia el Lazkani 2024-03-31 00:21:29 +01:00
parent bdd398a27d
commit c94fb2d057

View file

@ -9,15 +9,8 @@ jobs:
docker:
runs-on: pi
container:
image: python:3.12.2-slim-bookworm
image: scm.project42.io/elia/docker-actions-container:latest
steps:
- name: Install dependencies
id: dependencies
run: |
apt-get update > /dev/null
apt-get install -y -qq nodejs curl git > /dev/null
curl -sSL https://get.docker.com/ | sh
- name: Checkout
uses: actions/checkout@v4