feat: Test building with swift:slim, as a matrix strategy in ci.
All checks were successful
Create and publish a Docker image / build-and-push-image (latest) (push) Successful in 4m31s
Create and publish a Docker image / build-and-push-image (slim) (push) Successful in 3m10s

This commit is contained in:
2025-11-12 14:17:20 -05:00
parent 2286d8a63b
commit 8cc12dfd2c

View File

@@ -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 }}