Skip to content

Commit

Permalink
chore: build docker image on dev branch and use new APP_VERSION for i…
Browse files Browse the repository at this point in the history
…mage
  • Loading branch information
rschlaefli committed Nov 9, 2023
1 parent ef0b3c8 commit 552a561
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Build Docker image for backend-docker
name: Build Docker image

on:
push:
# tags: ['v*.*.*']
branches:
- 'main'
- 'dev'
# pull_request:
# branches: ['main']

Expand Down
3 changes: 3 additions & 0 deletions deploy/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ releases:
- appSecret: '{{ requiredEnv "NEXTAUTH_SECRET" }}'
appUrl: '{{ requiredEnv "NEXT_PUBLIC_APP_URL" }}'

image:
tag: '{{ requiredEnv "APP_VERSION" }}'

flows:
application: '{{ requiredEnv "APPLICATION_URL" }}'
proposalFeedback: '{{ requiredEnv "PROPOSAL_FEEDBACK_URL" }}'
Expand Down

0 comments on commit 552a561

Please sign in to comment.