feat: move codegen out of docker builder

This commit is contained in:
Finn Linck Ryan 2025-12-13 23:33:17 +01:00
parent e798f36851
commit 51cea5d0fe
4 changed files with 10 additions and 17 deletions

View file

@ -67,10 +67,6 @@ jobs:
with:
context: .
push: true
build-args: |
DB_URL=jdbc:postgresql://localhost:5432/homepage
DB_USERNAME=postgres
DB_PASSWORD=postgres
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha