From 178fca419793cce7e00f3663195e570ef5b826b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Pav=C3=B3n=20Abi=C3=A1n?= Date: Fri, 25 Oct 2024 16:36:40 +0200 Subject: [PATCH] feat(ci): split workflow into dev and prod for separate builds --- .github/workflows/docker-publish-pro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish-pro.yml b/.github/workflows/docker-publish-pro.yml index d24bb78..4e2e536 100644 --- a/.github/workflows/docker-publish-pro.yml +++ b/.github/workflows/docker-publish-pro.yml @@ -67,7 +67,7 @@ jobs: # Context is the root directory context: . # Use the production Dockerfile - file: Dockerfile: dockerfile.prod + file: dockerfile.prod # Set platforms for multi-architecture builds platforms: linux/amd64,linux/arm64 # Push the image unless it's a pull request