Fix name.
This commit is contained in:
parent
cf8c36b9d0
commit
c21da4f62b
1 changed files with 0 additions and 0 deletions
18
.gitlab-ci.yml
Normal file
18
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
image: quay.io/podman/stable
|
||||
|
||||
stages:
|
||||
- build
|
||||
- push
|
||||
|
||||
variables:
|
||||
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
|
||||
|
||||
before_script:
|
||||
- echo -n $CI_REGISTRY_PASSWORD | podman login -u "$CI_REGISTRY_USER" $CI_REGISTRY
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- podman build -t $IMAGE_TAG .
|
||||
- podman push $IMAGE_TAG
|
||||
when: manual
|
||||
Loading…
Add table
Add a link
Reference in a new issue