diff --git a/.github/workflows/dev-cd.yml b/.github/workflows/dev-cd.yml index d5655ff..8645d30 100644 --- a/.github/workflows/dev-cd.yml +++ b/.github/workflows/dev-cd.yml @@ -41,7 +41,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - file: ./Dockerfile-prod + file: ./Dockerfile-dev push: true tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DEV_REPONAME }}