Skip to content

Commit df00be3

Browse files
committed
fix workflow
Signed-off-by: aabidsofi19 <[email protected]>
1 parent a9bc461 commit df00be3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Build and Push Docker Extension
7676
uses: docker/build-push-action@v6
7777
with:
78-
context: "{{defaultContext}}:install/docker-extension"
78+
context: "{{defaultContext}}"
7979
push: true
8080
build-args: |
8181
GIT_STRIPPED_VERSION=${{env.GIT_STRIPPED_VERSION}}

.github/workflows/multi-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@ jobs:
116116
with:
117117
username: ${{ secrets.DOCKER_USERNAME }}
118118
password: ${{ secrets.DOCKER_PASSWORD }}
119-
repository: meshery/meshery-docker-extension
120-
readme-filepath: /install/docker-extension/README.md
119+
repository: layer5/kanvas-docker-extension
120+
readme-filepath: README.md

0 commit comments

Comments
 (0)