From d5ebf6575e4c1fa3caa986989c561a76404764fb Mon Sep 17 00:00:00 2001 From: Alexis Romero Date: Tue, 14 Nov 2023 11:59:32 +0100 Subject: [PATCH] fix typo --- .github/workflows/build-debian-bullseye-image-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-debian-bullseye-image-base.yaml b/.github/workflows/build-debian-bullseye-image-base.yaml index d4aff87..104dd82 100644 --- a/.github/workflows/build-debian-bullseye-image-base.yaml +++ b/.github/workflows/build-debian-bullseye-image-base.yaml @@ -22,7 +22,7 @@ jobs: - name: Build image run: | - docker build . --file Dockerfile-debian-bullseye \ + docker build . --file Dockerfile \ --tag $IMAGE_ID:$IMAGE_TAG --build-arg IMAGE_TAG=$DEBIAN_RELEASE_NAME \ --build-arg DOCKER_GID=$(stat -c %g /var/run/docker.sock)