Ensure Dockerfile is selected for build
This commit is contained in:
parent
fe3b667df3
commit
21df5d2e55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue