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
The following commit(s) were added to refs/heads/main by this push: new ea07135 Fix issue with deprecated node12 ea07135 is described below commit ea0713578ed11dfafcf20684b007665e8932717f Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Tue Oct 11 20:23:54 2022 -0400 Fix issue with deprecated node12 --- .github/workflows/builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index f85735e..b2809ce 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -20,14 +20,14 @@ jobs: uses: actions/checkout@v2 - name: Log in to the Container registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@v3 with: context: . file: karavan-cloud/Dockerfile