Skip to content

Commit 35df56c

Browse files
committed
fix(gh/release.yaml) src fixup
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
1 parent 26a1887 commit 35df56c

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)