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 75176cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
context: '{{defaultContext}}:docker'
push: true
tags: thomasnordquist/mqtt-explorer-ui-tests:latest

0 comments on commit 75176cc

Please sign in to comment.