chore(): Migrates to the custom built container image
Some checks failed
build-container / docker (push) Failing after 2s
Some checks failed
build-container / docker (push) Failing after 2s
- Clean up of unnecessary steps
This commit is contained in:
parent
bdd398a27d
commit
c94fb2d057
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue