Skip to content
Snippets Groups Projects
Verified Commit f0c5432a authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(postfix): Fix wrong directory, causing wrong image

This patch updates the gitlab-ci config to actually build a postfix
image for non-main branches. Previous copy-paste mistake should be fixed
by this.
parent 7dca5ec2
No related branches found
No related tags found
1 merge request!158fix(postfix): Add ability to overwrite service name
Pipeline #14030 passed
......@@ -26,7 +26,7 @@ postfix-container-build-dev:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- |
cd images/dovecot
cd images/postfix
podman build --pull \
--label "org.opencontainers.image.source=$CI_PROJECT_URL/-/tree/$CI_COMMIT_SHA/images/postfix" \
--label "org.opencontainers.image.revision=$CI_COMMIT_SHA" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment