Skip to content

Commit

Permalink
Policy deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejcyrkunov committed Oct 12, 2024
1 parent 031d1f9 commit e7b8aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: frontend/
file: backend/Dockerfile
file: frontend/Dockerfile
tags: ${{ secrets.DOCKERHUB_USERNAME }}/ai-frontend:latest
push: true

Expand Down
1 change: 1 addition & 0 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ function App() {
}

export default App;

0 comments on commit e7b8aaa

Please sign in to comment.