Skip to content

Commit

Permalink
no cache docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Oct 27, 2024
1 parent f8f9ad2 commit 0912604
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
context: .
tags: ghcr.io/ls1intum/angelos-ui:latest
push: true
no-cache: true

deploy:
needs: build
Expand Down
3 changes: 3 additions & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { RouterOutlet } from '@angular/router';
import { ChatComponent } from './chat/chat.component';
import { ChatbotService } from './services/chatbot.service';
import { HttpClientModule } from '@angular/common/http';
import { environment } from '../environments/environment';

console.log('Current environment:', environment.production ? 'production' : 'development');

@Component({
selector: 'app-root',
Expand Down

0 comments on commit 0912604

Please sign in to comment.