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 23, 2024
1 parent 44a8ee8 commit eab71a2
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 eab71a2

Please sign in to comment.