From 3202da2f7d11ea97e12284eaa03cc86737f37ed9 Mon Sep 17 00:00:00 2001 From: akshatnema Date: Sun, 13 Oct 2024 17:30:38 +0530 Subject: [PATCH] updated npm script in github workflow --- .github/workflows/release-action-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-action-docker.yml b/.github/workflows/release-action-docker.yml index 40900078d8b..2bf5cdd7239 100644 --- a/.github/workflows/release-action-docker.yml +++ b/.github/workflows/release-action-docker.yml @@ -29,7 +29,7 @@ jobs: - name: Release to Docker run: | echo ${{env.DOCKER_PASSWORD}} | docker login -u ${{env.DOCKER_USERNAME}} --password-stdin - npm run docker:build + npm run action:docker:build docker tag asyncapi/github-action-for-cli:latest asyncapi/github-action-for-cli:${{ steps.version.outputs.value }} docker push asyncapi/github-action-for-cli:${{ steps.version.outputs.value }} docker push asyncapi/github-action-for-cli:latest