feat: move codegen out of docker builder
This commit is contained in:
parent
e798f36851
commit
51cea5d0fe
4 changed files with 10 additions and 17 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue