Skip to content

Commit 232c67f

Browse files
committed
fix: ci to use the right context
1 parent c41641a commit 232c67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: push
5151
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
5252
with:
53-
context: .
53+
context: ${{ env.PACKAGE_NAME }}
5454
push: true
5555
tags: ${{ steps.meta.outputs.tags }}
5656
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)