Install docker

This commit is contained in:
Samuel Aubertin
2026-01-11 15:09:38 +01:00
parent 6bb19bb057
commit da07a0f0f2

View File

@@ -3,7 +3,7 @@ name: ci-workflow
on:
push:
branches:
- main
- master
workflow_dispatch: {}
jobs:
@@ -31,6 +31,11 @@ jobs:
env:
HELLO_SECRET: ${{ secrets.HELLO_SECRET }}
- name: Install docker CLI
run: |
apt-get update
apt-get install -y docker.io
- name: Build image
run: |
IMAGE_REF="${REGISTRY_HOST}/${IMAGE_NAMESPACE}/${IMAGE_NAME}:${GITHUB_SHA}"