From 7dae909a44dd96f4eaea49001abdf9cde5780f1f Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Sat, 5 Dec 2020 11:15:29 +0200 Subject: [PATCH] chore: correct script name --- .github/workflows/dev-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-pipeline.yml b/.github/workflows/dev-pipeline.yml index 2655a937775..8753f38ae2d 100644 --- a/.github/workflows/dev-pipeline.yml +++ b/.github/workflows/dev-pipeline.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Build docker image from master and push it - run: ./.github/workflows/scripts/build_and_push_master.sh + run: ./.github/workflows/scripts/build_and_push_dev.sh env: DOCKER_USER: ${{ secrets.DOCKER_USER }} DOCKER_AUTH: ${{ secrets.DOCKER_AUTH }}