We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bc461 commit df00be3Copy full SHA for df00be3
.github/workflows/build-and-release.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Build and Push Docker Extension
76
uses: docker/build-push-action@v6
77
with:
78
- context: "{{defaultContext}}:install/docker-extension"
+ context: "{{defaultContext}}"
79
push: true
80
build-args: |
81
GIT_STRIPPED_VERSION=${{env.GIT_STRIPPED_VERSION}}
.github/workflows/multi-platform.yml
@@ -116,5 +116,5 @@ jobs:
116
117
username: ${{ secrets.DOCKER_USERNAME }}
118
password: ${{ secrets.DOCKER_PASSWORD }}
119
- repository: meshery/meshery-docker-extension
120
- readme-filepath: /install/docker-extension/README.md
+ repository: layer5/kanvas-docker-extension
+ readme-filepath: README.md
0 commit comments