Ensure Dockerfile is selected for build

This commit is contained in:
Evie Viau-Chow-Stuart 2023-06-18 10:28:36 -04:00
parent fe3b667df3
commit 21df5d2e55
Signed by: evie
GPG key ID: 928652CDFCEC8099

View file

@ -42,5 +42,5 @@ release-container:
before_script: before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script:
- podman build -t $IMAGE_TAG - podman build -t $IMAGE_TAG -f ./Dockerfile
- podman push $IMAGE_TAG - podman push $IMAGE_TAG