From 4272bb4c4d44aec362ecf0e1c16be61c5f053525 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 6 Nov 2025 22:48:34 -0800 Subject: [PATCH] Removed db types from docker build. --- .github/workflows/cd.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a02e9900..1b9e8965 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,10 +15,6 @@ jobs: packages: write id-token: write - strategy: - matrix: - db-type: [postgresql] - steps: - uses: actions/checkout@v5 @@ -53,7 +49,6 @@ jobs: ghcr.io/${{ github.repository }} flavor: | latest=auto - prefix=${{ matrix.db-type }}- tags: | type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} @@ -65,7 +60,6 @@ jobs: with: context: . platforms: linux/amd64,linux/arm64 - build-args: DATABASE_TYPE=${{ matrix.db-type }} push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}