Skip to content

Commit

Permalink
Update build_push_docker_backend_cpu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcladgeek authored Mar 20, 2023
1 parent 072c436 commit b5d1247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push_docker_backend_cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
context: ./src/backend
file: ./cpu.Dockerfile
context: .
file: ./src/backend/cpu.Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/pedestrian_detection_backend_cpu:latest

0 comments on commit b5d1247

Please sign in to comment.