Skip to content

Commit 6391c08

Browse files
Merge pull request #5 from eyenx/fix/build-failure
fix(gh/release.yaml) src fixup
2 parents 26a1887 + 35df56c commit 6391c08

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
id: docker_build
6060
uses: docker/build-push-action@v2
6161
with:
62-
context: ./src
63-
file: ./src/Dockerfile
62+
file: ./Dockerfile
6463
push: ${{ github.event_name != 'pull_request' }}
6564
tags: ${{ steps.prep.outputs.tags }}
6665
labels: |

0 commit comments

Comments
 (0)