install docker in pipeline
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5m20s

This commit is contained in:
2024-12-14 17:24:15 +01:00
parent 5c60be6e51
commit b693fe2dd0

View File

@@ -12,6 +12,11 @@ jobs:
container:
image: node:18
steps:
- name: Install Docker
run: |
apt-get update
apt-get install -y docker.io
- name: Clone Repository
uses: actions/checkout@v3