diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3324e918..64f1dca3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - file: ./Dockerfile-Dev + file: ./Dockerfile-dev push: true tags: ${{ secrets.DOCKER_LOGIN_USERNAME }}/dev