Skip to content

Commit

Permalink
chore: fix docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nordquist committed May 10, 2024
1 parent 7fa9970 commit a3c40b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
context: ./docker
file: ./docker/Dockerfile
push: true
tags: thomasnordquist/mqtt-explorer-ui-tests:latest

0 comments on commit a3c40b4

Please sign in to comment.