use Containerfile instead of Dockerfile
This commit is contained in:
parent
2a9f427bc7
commit
0f3fb34d85
@ -4,7 +4,7 @@ pipeline:
|
|||||||
settings:
|
settings:
|
||||||
repo: docker.io/thallian/fp-feed
|
repo: docker.io/thallian/fp-feed
|
||||||
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG=pre}
|
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG=pre}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Containerfile
|
||||||
username:
|
username:
|
||||||
from_secret: DOCKER_USER
|
from_secret: DOCKER_USER
|
||||||
password:
|
password:
|
||||||
|
Loading…
Reference in New Issue
Block a user