From f0c5432a64f0593ee1383de691351228788eeb3f Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Mon, 27 Jun 2022 01:16:07 +0200
Subject: [PATCH] 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.
---
 images/postfix/.gitlab-ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/postfix/.gitlab-ci.yaml b/images/postfix/.gitlab-ci.yaml
index e5b1b16bf..4704343b8 100644
--- a/images/postfix/.gitlab-ci.yaml
+++ b/images/postfix/.gitlab-ci.yaml
@@ -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" \
-- 
GitLab