Skip to content

Commit

Permalink
backend needs to be unbranded too
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Oct 22, 2024
1 parent 96d5475 commit 020414b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- name: backend
context: backend
file: backend/Dockerfile
target: production
- name: backend-unbranded
context: backend
file: backend/Dockerfile
target: code
- name: webapp
context: webapp
file: webapp/Dockerfile
Expand Down

0 comments on commit 020414b

Please sign in to comment.