From a3f2c1fea2a6a253dee527a44557681a3d56da40 Mon Sep 17 00:00:00 2001 From: Florian OMNES <26088210+flomnes@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:18:11 +0100 Subject: [PATCH] oops --- .github/workflows/centos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/centos.yml b/.github/workflows/centos.yml index d4fae91..7e477a4 100644 --- a/.github/workflows/centos.yml +++ b/.github/workflows/centos.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Build sirius using docker image run: | - docker build -t centos7-sirius -f docker/Dockerfile + docker build -t centos7-sirius -f docker/Dockerfile . - name: create a container without starting it && retrieve the .tgz run: |