From 8cc12dfd2c5e92897a1f460a2b4a5e0ab3d19a41 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 12 Nov 2025 14:17:20 -0500 Subject: [PATCH] feat: Test building with swift:slim, as a matrix strategy in ci. --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 7d9ede9..49a82c2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -60,6 +60,6 @@ jobs: file: Dockerfile push: true build-args: | - SWIFT_VERSION="swift:${{ matrix.version }}" + SWIFT_VERSION=swift:${{ matrix.version }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}