From 21df5d2e555a5574430a320a5b22e054b15f95dc Mon Sep 17 00:00:00 2001 From: Evie Viau Date: Sun, 18 Jun 2023 10:28:36 -0400 Subject: [PATCH] Ensure Dockerfile is selected for build --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d538e7a..fe710fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,5 +42,5 @@ release-container: before_script: - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY script: - - podman build -t $IMAGE_TAG + - podman build -t $IMAGE_TAG -f ./Dockerfile - podman push $IMAGE_TAG