Fix podman build command
This commit is contained in:
parent
638b1723b4
commit
c6b9590fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ rubocop:
|
|||
push:image:
|
||||
image: quay.io/podman/stable
|
||||
script:
|
||||
- podman build --tag "$CI_REGISTRY_IMAGE" --file "${CI_PROJECT_DIR}/Dockerfile" $CI_PROJECT_DIR
|
||||
- podman build --tag "$CI_REGISTRY_IMAGE" --file "${CI_PROJECT_DIR}/Containerfile" $CI_PROJECT_DIR
|
||||
- podman push --creds "${CI_REGISTRY_USER}:${CI_JOB_TOKEN}" "$CI_REGISTRY_IMAGE" "docker://${CI_REGISTRY_IMAGE}"
|
||||
only:
|
||||
- master@ace/infisical-license-server
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue