From 2e88637bbd70417a3d2cef68d4ca7cc901e96166 Mon Sep 17 00:00:00 2001 From: zurdi zurdo Date: Fri, 17 Mar 2023 13:08:01 +0100 Subject: [PATCH] github cicd pipeline fixed --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 71a630580..a79bd27d9 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -25,6 +25,6 @@ jobs: run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin - name: build the image shell: bash - run: ./.github/scripts/build.sh + run: ./.github/actions/build.sh env: VERSION: ${{ inputs.version }} \ No newline at end of file