Skip to content

Commit

Permalink
Fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Feb 9, 2024
1 parent 110a8de commit 3f24fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
file: ./manager/Dockerfile
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/wifi_db:dev
Expand All @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./manager/Dockerfile
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.actor }}/wifi_db:dev

0 comments on commit 3f24fa0

Please sign in to comment.