Skip to content

Commit

Permalink
fix: fix docker build action for github packages (formbricks#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattinannt authored Nov 27, 2023
1 parent 24a3af2 commit f036e83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-docker-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Docker
# documentation.

on:
workflow_dispatch:
push:
tags:
- "v*"
Expand All @@ -15,6 +16,9 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/formbricks?schema=public"

jobs:
build:
Expand Down

0 comments on commit f036e83

Please sign in to comment.