Skip to content

Commit 4f444a4

Browse files
authored
fix workflow (#115)
* fix workflow Signed-off-by: Michael Kalantar <[email protected]> * update Dockerfile Signed-off-by: Michael Kalantar <[email protected]> --------- Signed-off-by: Michael Kalantar <[email protected]>
1 parent 8d21733 commit 4f444a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/abn-sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
platforms: linux/amd64,linux/arm64
7676
tags: ${{ env.OWNER }}/abn-sample-frontend-${{ matrix.lang }}:${{ env.VERSION }},${{ env.OWNER }}/abn-sample-frontend-${{ matrix.lang }}:${{ env.MAJOR_MINOR_VERSION }},${{ env.OWNER }}/abn-sample-frontend-${{ matrix.lang }}:latest
7777
file: samples/abn-sample/frontend/${{ matrix.lang }}/Dockerfile
78+
context: samples/abn-sample/frontend/${{ matrix.lang }}
7879
push: true
7980

8081

samples/abn-sample/frontend/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:19-buster
22
WORKDIR /usr/app
33

44
# Get source (including requirements)
5-
COPY samples/abn-sample/frontend/node .
5+
COPY . ./
66

77
# Generate gRPC libraries from abn.proto
88
#COPY samples/abn-sample/frontend/abn.proto .

0 commit comments

Comments
 (0)