From afce687bba9d4ed9475f20ffcee048b9f1976177 Mon Sep 17 00:00:00 2001 From: Esteban Vincent Date: Sun, 31 May 2026 00:12:45 +0200 Subject: [PATCH] zeub --- .github/workflows/ci-cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 19c4e7c..0ddd62c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -31,6 +31,9 @@ jobs: packages: write steps: - uses: actions/checkout@v4 + - name: Install Docker + run: | + apt-get update && apt-get install -y docker.io - name: Lowercase repository name run: echo "IMAGE_NAME=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')/discord-bot" >> $GITHUB_ENV - name: Calculate new version