This is an automated email from the ASF dual-hosted git repository. marat pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
commit 6f52a655901ed4acfb72924b7954b47a1a88634f Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Mon Oct 17 10:00:45 2022 -0400 Builder folder --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 41c4bb9..c97aa08 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -30,6 +30,6 @@ jobs: uses: docker/build-push-action@v3 with: context: . - file: karavan-cloud/Dockerfile + file: karavan-builder/Dockerfile push: true tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}