Ensure Dockerfile is selected for build
This commit is contained in:
parent
90b521a799
commit
f1af781838
1 changed files with 1 additions and 1 deletions
|
@ -41,5 +41,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
|
||||||
|
|
Reference in a new issue