Skip to content

Commit

Permalink
Correct docker build context path
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiash98 committed Jan 30, 2024
1 parent 90e7f07 commit c0dbb3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
context: ./frontend/
context: .
push: ${{ github.event_name == 'push' }}
tags: fribyte/fribot:latest
build-args: |
APP_BUILD_DATE=${{ github.event.repository.updated_at}}
APP_BUILD_DATE=${{ github.event.repository.updated_at}}

0 comments on commit c0dbb3e

Please sign in to comment.