Ensure Dockerfile is selected for build

This commit is contained in:
Evie Viau-Chow-Stuart 2023-06-18 10:29:08 -04:00
parent 90b521a799
commit f1af781838
Signed by: evie
GPG key ID: 928652CDFCEC8099

View file

@ -41,5 +41,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