Skip to content

Commit

Permalink
chore: correct script name
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Dec 5, 2020
1 parent 3c01067 commit 7dae909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 7dae909

Please sign in to comment.